From patchwork Tue Mar 5 15:36:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel, 09/11] added information so that it displays correctly Date: Tue, 05 Mar 2013 15:36:29 -0000 From: Andrei Dinu X-Patchwork-Id: 45543 Message-Id: <1362497791-30020-10-git-send-email-andrei.adrianx.dinu@intel.com> To: bitbake-devel@lists.openembedded.org in the information dialogs. Signed-off-by: Andrei Dinu --- bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py index 615b544..c018d70 100644 --- a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py +++ b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py @@ -198,8 +198,7 @@ class ImageConfigurationPage (HobPage): markup += "For more on layers, check the reference manual." - self.layer_info_icon = HobInfoButton(markup, self.get_parent()) - + self.layer_info_icon = HobInfoButton("Layers" + "*" + markup, self.get_parent()) # self.progress_box = gtk.HBox(False, 6) self.progress_bar = HobProgressBar() # self.progress_box.pack_start(self.progress_bar, expand=True, fill=True)