summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py')
-rw-r--r--bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
index c8f7a56c49..b0c5daae4b 100644
--- a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
+++ b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
@@ -45,19 +45,19 @@ class ImageConfigurationPage (HobPage):
45 self.toolbar.set_orientation(gtk.ORIENTATION_HORIZONTAL) 45 self.toolbar.set_orientation(gtk.ORIENTATION_HORIZONTAL)
46 self.toolbar.set_style(gtk.TOOLBAR_BOTH) 46 self.toolbar.set_style(gtk.TOOLBAR_BOTH)
47 47
48 _, template_button = self.append_toolbar_button(self.toolbar, 48 template_button = self.append_toolbar_button(self.toolbar,
49 "Template", 49 "Template",
50 hic.ICON_TEMPLATES_DISPLAY_FILE, 50 hic.ICON_TEMPLATES_DISPLAY_FILE,
51 hic.ICON_TEMPLATES_HOVER_FILE, 51 hic.ICON_TEMPLATES_HOVER_FILE,
52 "Load a hob building template saved before", 52 "Load a hob building template saved before",
53 self.template_button_clicked_cb) 53 self.template_button_clicked_cb)
54 _, my_images_button = self.append_toolbar_button(self.toolbar, 54 my_images_button = self.append_toolbar_button(self.toolbar,
55 "My images", 55 "My images",
56 hic.ICON_IMAGES_DISPLAY_FILE, 56 hic.ICON_IMAGES_DISPLAY_FILE,
57 hic.ICON_IMAGES_HOVER_FILE, 57 hic.ICON_IMAGES_HOVER_FILE,
58 "Open images built out previously for running or deployment", 58 "Open images built out previously for running or deployment",
59 self.my_images_button_clicked_cb) 59 self.my_images_button_clicked_cb)
60 _, settings_button = self.append_toolbar_button(self.toolbar, 60 settings_button = self.append_toolbar_button(self.toolbar,
61 "Settings", 61 "Settings",
62 hic.ICON_SETTINGS_DISPLAY_FILE, 62 hic.ICON_SETTINGS_DISPLAY_FILE,
63 hic.ICON_SETTINGS_HOVER_FILE, 63 hic.ICON_SETTINGS_HOVER_FILE,