summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/hobwidget.py
diff options
context:
space:
mode:
authorLiming An <limingx.l.an@intel.com>2012-05-08 19:48:05 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-09 21:56:46 +0100
commitcb9be923505f36d006631cb44b0af63af2365589 (patch)
tree0f9b514e2cb878287f3be7357fea79a4f2d00af7 /bitbake/lib/bb/ui/crumbs/hobwidget.py
parent54a1cf230b1fe1b68426064929bd92c80f6f8f75 (diff)
downloadpoky-cb9be923505f36d006631cb44b0af63af2365589.tar.gz
Hob: change the refresh icon speed to make it view clear
Because the arrow icon refresh so fast as the go backward by illusion, so adjust it slow. [YOCTO #2335] (Bitbake rev: ac4a8885fafdc0d1e79831334ead9a8ddb6e2472) Signed-off-by: Liming An <limingx.l.an@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/hobwidget.py')
-rw-r--r--bitbake/lib/bb/ui/crumbs/hobwidget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobwidget.py b/bitbake/lib/bb/ui/crumbs/hobwidget.py
index 751b3e0a2e..6cf73b0747 100644
--- a/bitbake/lib/bb/ui/crumbs/hobwidget.py
+++ b/bitbake/lib/bb/ui/crumbs/hobwidget.py
@@ -1057,7 +1057,7 @@ class HobCellRendererPixbuf(gtk.CellRendererPixbuf):
1057 if self.control.is_active(): 1057 if self.control.is_active():
1058 self.control.on_draw_pixbuf_cb(pix, window.cairo_create(), x, y, w, h, True) 1058 self.control.on_draw_pixbuf_cb(pix, window.cairo_create(), x, y, w, h, True)
1059 else: 1059 else:
1060 self.control.start_run(200, 0, 0, 1000, 200, tree) 1060 self.control.start_run(200, 0, 0, 1000, 150, tree)
1061 else: 1061 else:
1062 self.control.remove_running_cell_area(cell_area) 1062 self.control.remove_running_cell_area(cell_area)
1063 self.control.on_draw_pixbuf_cb(pix, window.cairo_create(), x, y, w, h, False) 1063 self.control.on_draw_pixbuf_cb(pix, window.cairo_create(), x, y, w, h, False)