summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/runningbuild.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/runningbuild.py')
-rw-r--r--bitbake/lib/bb/ui/crumbs/runningbuild.py2
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)