Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Ross Burton <ross.burton@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] hob: Don't set busy cursor on the root window, just our window
Date: Tue, 18 Sep 2012 07:43:04 -0700	[thread overview]
Message-ID: <50588878.3060903@linux.intel.com> (raw)
In-Reply-To: <1347977074-3803-1-git-send-email-ross.burton@intel.com>

On 09/18/2012 07:04 AM, Ross Burton wrote:
> [ YOCTO #3127 ]
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>   bitbake/lib/bb/ui/crumbs/builder.py |    4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
bitbake-devel list might be a better place for this.

Sau!

> diff --git a/bitbake/lib/bb/ui/crumbs/builder.py b/bitbake/lib/bb/ui/crumbs/builder.py
> index 6df1ca4..335a5cb 100755
> --- a/bitbake/lib/bb/ui/crumbs/builder.py
> +++ b/bitbake/lib/bb/ui/crumbs/builder.py
> @@ -809,9 +809,9 @@ class Builder(gtk.Window):
>           self.image_details_page.set_sensitive(sensitive)
>
>           if sensitive:
> -            self.get_root_window().set_cursor(gtk.gdk.Cursor(gtk.gdk.LEFT_PTR))
> +            self.window.set_cursor(None)
>           else:
> -            self.get_root_window().set_cursor(gtk.gdk.Cursor(gtk.gdk.WATCH))
> +            self.window.set_cursor(gtk.gdk.Cursor(gtk.gdk.WATCH))
>           self.sensitive = sensitive
>
>
>



  reply	other threads:[~2012-09-18 14:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-18 14:04 [PATCH] hob: Don't set busy cursor on the root window, just our window Ross Burton
2012-09-18 14:43 ` Saul Wold [this message]
2012-09-18 14:52   ` Burton, Ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50588878.3060903@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox