From afdea16516084ef6c046d80e12bf244f25a9da50 Mon Sep 17 00:00:00 2001 From: Cristiana Voicu Date: Wed, 13 Nov 2013 14:54:16 +0200 Subject: [PATCH] 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] Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- lib/bb/ui/crumbs/builder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bb/ui/crumbs/builder.py b/lib/bb/ui/crumbs/builder.py index bbc01205df4..de002b9d9c6 100755 --- a/lib/bb/ui/crumbs/builder.py +++ b/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): -- 2.47.3