diff options
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py index 615b5445cb..c018d709bf 100644 --- a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py +++ b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | |||
@@ -198,8 +198,7 @@ class ImageConfigurationPage (HobPage): | |||
198 | markup += "For more on layers, check the <a href=\"" | 198 | markup += "For more on layers, check the <a href=\"" |
199 | markup += "http://www.yoctoproject.org/docs/current/dev-manual/" | 199 | markup += "http://www.yoctoproject.org/docs/current/dev-manual/" |
200 | markup += "dev-manual.html#understanding-and-using-layers\">reference manual</a>." | 200 | markup += "dev-manual.html#understanding-and-using-layers\">reference manual</a>." |
201 | self.layer_info_icon = HobInfoButton(markup, self.get_parent()) | 201 | self.layer_info_icon = HobInfoButton("<b>Layers</b>" + "*" + markup, self.get_parent()) |
202 | |||
203 | # self.progress_box = gtk.HBox(False, 6) | 202 | # self.progress_box = gtk.HBox(False, 6) |
204 | self.progress_bar = HobProgressBar() | 203 | self.progress_bar = HobProgressBar() |
205 | # self.progress_box.pack_start(self.progress_bar, expand=True, fill=True) | 204 | # self.progress_box.pack_start(self.progress_bar, expand=True, fill=True) |