summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
diff options
context:
space:
mode:
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>2012-09-14 17:17:13 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-20 10:29:33 +0100
commit05c1d32e027b6372a4caf91ee9eb1638587abbea (patch)
tree355c6e3849793ec4f51723dc924e5fdd99be118f /bitbake/lib/bb/ui/crumbs/imagedetailspage.py
parent8c82b12d1ccf7e7a79e5ee91dd362619694c4520 (diff)
downloadpoky-05c1d32e027b6372a4caf91ee9eb1638587abbea.tar.gz
bitbake: hob: Fix settings dialog issues
Fix some issues with the settings dialog that were introduced as a result of merging the fix for #2162. [YOCTO #3117] (Bitbake rev: a363f59579e01cb7bd39be2ce73f22c875c62ce7) Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/imagedetailspage.py')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/imagedetailspage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
index 146feb03ee..1af67f24ed 100755
--- a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
+++ b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
@@ -587,7 +587,7 @@ class ImageDetailsPage (HobPage):
587 587
588 def settings_button_clicked_cb(self, button): 588 def settings_button_clicked_cb(self, button):
589 # Create an advanced settings dialog 589 # Create an advanced settings dialog
590 response, settings_changed = self.builder.show_adv_settings_dialog() 590 response, settings_changed = self.builder.show_simple_settings_dialog()
591 if not response: 591 if not response:
592 return 592 return
593 if settings_changed: 593 if settings_changed: