From 99fa251b5696dff77358d514175bbb08802a7a02 Mon Sep 17 00:00:00 2001 From: Cristiana Voicu Date: Wed, 31 Oct 2012 15:31:07 +0200 Subject: bitbake: hob: providing details about process state through porgress bar -small changes to the text of the progress bar when parsing recipes [YOCTO #3282] (Bitbake rev: 90c0dfc39c3ce13e53c7c91168dc3401f7df476b) Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py') diff --git a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py index 660319a9c9..b94f35c66d 100644 --- a/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py +++ b/bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py @@ -117,7 +117,7 @@ class ImageConfigurationPage (HobPage): def update_progress_bar(self, title, fraction, status=None): if self.stopping == False: self.progress_bar.update(fraction) - self.progress_bar.set_title(title) + self.progress_bar.set_text(title) self.progress_bar.set_rcstyle(status) def show_info_populating(self): -- cgit v1.2.3-54-g00ecf