1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 13:49:49 +00:00

bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed line from the last UI commit

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2011-01-05 11:24:14 +00:00
parent 2e0ef25a50
commit 0f70631544
3 changed files with 1 additions and 5 deletions
-2
View File
@@ -99,7 +99,6 @@ class DepExplorer(gtk.Window):
self.pkg_treeview.get_selection().connect("changed", self.on_cursor_changed)
column = gtk.TreeViewColumn("Package", gtk.CellRendererText(), text=COL_PKG_NAME)
self.pkg_treeview.append_column(column)
column.set_sort_column_id(COL_PKG_NAME)
pane.add1(scrolled)
scrolled.add(self.pkg_treeview)
@@ -264,7 +263,6 @@ def main(server, eventHandler):
gtk.gdk.threads_enter()
pbar.update(x, progress_total)
gtk.gdk.threads_leave()
continue
if isinstance(event, bb.event.ParseCompleted):