summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-07-22 10:36:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-25 12:54:14 +0100
commitbd1b9d6cd20b5408585508ef9232908521c60900 (patch)
tree1d2e1248e1297d9f268c72115ac087f200d754bd /bitbake/lib
parent3e0eb8a317939621536e905642a207973b87c248 (diff)
downloadast2050-yocto-poky-bd1b9d6cd20b5408585508ef9232908521c60900.zip
ast2050-yocto-poky-bd1b9d6cd20b5408585508ef9232908521c60900.tar.gz
hob: refer to tasks as Package Collections
(Bitbake rev: 453d65df6675f38b57f92d8a1b65aa3f78abe4f0) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-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 2df344f..b60ca2f 100644
--- a/bitbake/lib/bb/ui/hob.py
+++ b/bitbake/lib/bb/ui/hob.py
@@ -602,7 +602,7 @@ class MainWindow (gtk.Window):
self.tasks_tree.set_search_column(0)
self.tasks_tree.get_selection().set_mode(gtk.SELECTION_SINGLE)
- col = gtk.TreeViewColumn('Package')
+ col = gtk.TreeViewColumn('Package Collection')
col.set_min_width(430)
col1 = gtk.TreeViewColumn('Description')
col1.set_min_width(430)
OpenPOWER on IntegriCloud