From patchwork Thu Mar 29 12:54:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, 8/8] Hob: in build details page, change error icon to denied icon Date: Thu, 29 Mar 2012 12:54:57 -0000 From: Shane Wang X-Patchwork-Id: 24865 Message-Id: To: bitbake-devel@lists.openembedded.org From: Liming An For make icongraphy consistently to change the original gtk-icon to hob-icon [YOCTO #2108] Signed-off-by: Liming An --- 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)