diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-03-05 17:36:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-19 13:51:24 +0000 |
commit | 3c5737a7178c6d84f8113398a518164b2814194f (patch) | |
tree | d0ee299dcdc4cc79f22bc75f37eb4269d07f3823 /bitbake/lib | |
parent | 5b5db02bd7edb881121401af4e398ddc6003034f (diff) | |
download | poky-3c5737a7178c6d84f8113398a518164b2814194f.tar.gz |
bitbake: crumbs/imageconfigurationpage: added information so that it displays correctly
in the information dialogs.
(Bitbake rev: 0301e7622af83c105ba60d7d1749294de06f6a59)
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-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) |