diff options
author | Liming An <limingx.l.an@intel.com> | 2012-05-08 19:48:05 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-09 21:56:46 +0100 |
commit | cb9be923505f36d006631cb44b0af63af2365589 (patch) | |
tree | 0f9b514e2cb878287f3be7357fea79a4f2d00af7 /bitbake/lib/bb/ui | |
parent | 54a1cf230b1fe1b68426064929bd92c80f6f8f75 (diff) | |
download | poky-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')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobwidget.py | 2 |
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) |