diff options
author | Liming An <limingx.l.an@intel.com> | 2012-03-29 20:54:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-29 21:25:55 +0100 |
commit | b5dad0e5635209d89a3bb665e2b79814e92c4c70 (patch) | |
tree | 4322963d3b1746a184ca1b3a3bab56d3414b118e /bitbake/lib | |
parent | 2e6ea8565a50a0efad1287000b967cf80157e742 (diff) | |
download | poky-b5dad0e5635209d89a3bb665e2b79814e92c4c70.tar.gz |
Hob: in build details page, change error icon to denied icon
For make icongraphy consistently to change the original gtk-icon to hob-icon
[YOCTO #2108]
(Bitbake rev: 8c3401bc11c6f3708b8ee9c0175f389399fdff5a)
Signed-off-by: Liming An <limingx.l.an@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/runningbuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/runningbuild.py b/bitbake/lib/bb/ui/crumbs/runningbuild.py index 8d1f4e1cb9..042902e48c 100644 --- a/bitbake/lib/bb/ui/crumbs/runningbuild.py +++ b/bitbake/lib/bb/ui/crumbs/runningbuild.py | |||
@@ -425,7 +425,7 @@ class BuildFailureTreeView(gtk.TreeView): | |||
425 | self.get_selection().set_mode(gtk.SELECTION_SINGLE) | 425 | self.get_selection().set_mode(gtk.SELECTION_SINGLE) |
426 | 426 | ||
427 | # The icon that indicates whether we're building or failed. | 427 | # The icon that indicates whether we're building or failed. |
428 | renderer = gtk.CellRendererPixbuf () | 428 | renderer = HobCellRendererPixbuf () |
429 | col = gtk.TreeViewColumn ("Status", renderer) | 429 | col = gtk.TreeViewColumn ("Status", renderer) |
430 | col.add_attribute (renderer, "icon-name", RunningBuildModel.COL_ICON) | 430 | col.add_attribute (renderer, "icon-name", RunningBuildModel.COL_ICON) |
431 | self.append_column (col) | 431 | self.append_column (col) |