mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3e0eb8a317
commit
bd1b9d6cd2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user