From: Cristiana Voicu Date: Thu, 25 Jul 2013 08:24:47 +0000 (+0000) Subject: hob/imagedetailspage: add tooltip for save image recipe button X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de3cb77ec7ceb8e0671cf3edfd3713f907d1d0bc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git hob/imagedetailspage: add tooltip for save image recipe button [YOCTO #4193] Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- diff --git a/lib/bb/ui/crumbs/imagedetailspage.py b/lib/bb/ui/crumbs/imagedetailspage.py index f50552fbbd5..ca33e08a776 100755 --- a/lib/bb/ui/crumbs/imagedetailspage.py +++ b/lib/bb/ui/crumbs/imagedetailspage.py @@ -590,6 +590,7 @@ class ImageDetailsPage (HobPage): name = "Save image recipe" if name in buttonlist and self.builder.recipe_model.is_custom_image(): save_button = HobAltButton("Save image recipe") + save_button.set_tooltip_text("Keep your changes saving them as an image recipe") save_button.set_sensitive(not self.image_saved) button_id = save_button.connect("clicked", self.save_button_clicked_cb) self.button_ids[button_id] = save_button