summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/ui/hob.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py
index 2df344f1ed..b60ca2f323 100644
--- a/bitbake/lib/bb/ui/hob.py
+++ b/bitbake/lib/bb/ui/hob.py
@@ -602,7 +602,7 @@ class MainWindow (gtk.Window):
602 self.tasks_tree.set_search_column(0) 602 self.tasks_tree.set_search_column(0)
603 self.tasks_tree.get_selection().set_mode(gtk.SELECTION_SINGLE) 603 self.tasks_tree.get_selection().set_mode(gtk.SELECTION_SINGLE)
604 604
605 col = gtk.TreeViewColumn('Package') 605 col = gtk.TreeViewColumn('Package Collection')
606 col.set_min_width(430) 606 col.set_min_width(430)
607 col1 = gtk.TreeViewColumn('Description') 607 col1 = gtk.TreeViewColumn('Description')
608 col1.set_min_width(430) 608 col1.set_min_width(430)