summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorCristiana Voicu <cristiana.voicu@intel.com>2013-11-13 14:54:16 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-15 11:48:52 +0000
commit859b631b2f7b22173cde3cf9d3ac072c2788ea2f (patch)
treef34fcecf2d8146a4acc3a280509ca2dfcf627e50 /bitbake
parent5f98364a62bb4165ff37757d8cb7bd68bd1f2540 (diff)
downloadpoky-859b631b2f7b22173cde3cf9d3ac072c2788ea2f.tar.gz
bitbake: hob: refresh tables when the user is redirected to Edit packages
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] (Bitbake rev: afdea16516084ef6c046d80e12bf244f25a9da50) Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/builder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/builder.py b/bitbake/lib/bb/ui/crumbs/builder.py
index bbc01205df..de002b9d9c 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):
1389 dialog.destroy() 1389 dialog.destroy()
1390 1390
1391 def show_packages(self): 1391 def show_packages(self):
1392 self.package_details_page.refresh_tables()
1392 self.switch_page(self.PACKAGE_SELECTION) 1393 self.switch_page(self.PACKAGE_SELECTION)
1393 1394
1394 def show_recipes(self): 1395 def show_recipes(self):