summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/imagedetailspage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
index f50552fbbd..ca33e08a77 100755
--- a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
+++ b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
@@ -590,6 +590,7 @@ class ImageDetailsPage (HobPage):
590 name = "Save image recipe" 590 name = "Save image recipe"
591 if name in buttonlist and self.builder.recipe_model.is_custom_image(): 591 if name in buttonlist and self.builder.recipe_model.is_custom_image():
592 save_button = HobAltButton("Save image recipe") 592 save_button = HobAltButton("Save image recipe")
593 save_button.set_tooltip_text("Keep your changes saving them as an image recipe")
593 save_button.set_sensitive(not self.image_saved) 594 save_button.set_sensitive(not self.image_saved)
594 button_id = save_button.connect("clicked", self.save_button_clicked_cb) 595 button_id = save_button.connect("clicked", self.save_button_clicked_cb)
595 self.button_ids[button_id] = save_button 596 self.button_ids[button_id] = save_button