From: Cristiana Voicu Date: Wed, 13 Nov 2013 12:54:16 +0000 (+0200) Subject: bitbake: hob: refresh tables when the user is redirected to Edit packages X-Git-Tag: rev_ivi_2015_02_04~10378 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2329d08dd81084d54b457eb26fd8c8a9bd14b0a;p=scm%2Fbb%2Ftizen-distro.git 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 Signed-off-by: Richard Purdie --- 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):