[bitbake-devel] [PATCH] hob: refresh tables when the user is redirected to Edit packages

Cristiana Voicu cristiana.voicu at intel.com
Wed Nov 13 12:54:16 UTC 2013


When the build fails and I click "Edit packages", we should be returned
to the tab we launched the build from. Hob should remember the tab,
not the search state.

[YOCTO #5257]
Signed-off-by: Cristiana Voicu <cristiana.voicu at intel.com>
---
 bitbake/lib/bb/ui/crumbs/builder.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/bitbake/lib/bb/ui/crumbs/builder.py b/bitbake/lib/bb/ui/crumbs/builder.py
index bbc0120..de002b9 100755
--- a/bitbake/lib/bb/ui/crumbs/builder.py
+++ b/bitbake/lib/bb/ui/crumbs/builder.py
@@ -1389,6 +1389,7 @@ class Builder(gtk.Window):
             dialog.destroy()
 
     def show_packages(self):
+        self.package_details_page.refresh_tables()
         self.switch_page(self.PACKAGE_SELECTION)
 
     def show_recipes(self):
-- 
1.7.9.5




More information about the bitbake-devel mailing list