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 | |
parent | 2e6ea8565a50a0efad1287000b967cf80157e742 (diff) | |
download | ast2050-yocto-poky-b5dad0e5635209d89a3bb665e2b79814e92c4c70.zip ast2050-yocto-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>
-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 8d1f4e1..042902e 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): self.get_selection().set_mode(gtk.SELECTION_SINGLE) # The icon that indicates whether we're building or failed. - renderer = gtk.CellRendererPixbuf () + renderer = HobCellRendererPixbuf () col = gtk.TreeViewColumn ("Status", renderer) col.add_attribute (renderer, "icon-name", RunningBuildModel.COL_ICON) self.append_column (col) |