diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-07-22 10:36:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-25 12:54:14 +0100 |
commit | bd1b9d6cd20b5408585508ef9232908521c60900 (patch) | |
tree | 1d2e1248e1297d9f268c72115ac087f200d754bd /bitbake | |
parent | 3e0eb8a317939621536e905642a207973b87c248 (diff) | |
download | 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')
-rw-r--r-- | bitbake/lib/bb/ui/hob.py | 2 |
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) |