summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorLiming An <limingx.l.an@intel.com>2012-06-04 14:00:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-05 23:09:52 +0100
commitd52e74cee9745b497296fa7d2b6cbc6f1a903aa7 (patch)
tree9f2e0557326a64b2ae420507c52df803603d8319 /bitbake
parentf1630d3cd49c4e30d913eb29289f9f7e29075dbb (diff)
downloadpoky-d52e74cee9745b497296fa7d2b6cbc6f1a903aa7.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')
-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)