mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5f98364a62
commit
859b631b2f
@@ -1389,6 +1389,7 @@ class Builder(gtk.Window):
|
|||||||
dialog.destroy()
|
dialog.destroy()
|
||||||
|
|
||||||
def show_packages(self):
|
def show_packages(self):
|
||||||
|
self.package_details_page.refresh_tables()
|
||||||
self.switch_page(self.PACKAGE_SELECTION)
|
self.switch_page(self.PACKAGE_SELECTION)
|
||||||
|
|
||||||
def show_recipes(self):
|
def show_recipes(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user