* [PATCH] hob: Don't set busy cursor on the root window, just our window
@ 2012-09-18 14:55 Ross Burton
2012-09-20 11:03 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2012-09-18 14:55 UTC (permalink / raw)
To: bitbake-devel
[ 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(-)
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
--
1.7.10
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] hob: Don't set busy cursor on the root window, just our window
2012-09-18 14:55 [PATCH] hob: Don't set busy cursor on the root window, just our window Ross Burton
@ 2012-09-20 11:03 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-09-20 11:03 UTC (permalink / raw)
To: Ross Burton; +Cc: bitbake-devel
On Tue, 2012-09-18 at 15:55 +0100, 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(-)
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-20 11:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18 14:55 [PATCH] hob: Don't set busy cursor on the root window, just our window Ross Burton
2012-09-20 11:03 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox