* [PATCH] hob/builddetailspage: set "Log" page as default
@ 2012-10-17 8:25 Cristiana Voicu
2012-10-24 20:11 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Cristiana Voicu @ 2012-10-17 8:25 UTC (permalink / raw)
To: bitbake-devel
- when you do a build you should see "Log" page, not
"Build configuration" page
[YOCTO #2569]
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
bitbake/lib/bb/ui/crumbs/builddetailspage.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/bitbake/lib/bb/ui/crumbs/builddetailspage.py b/bitbake/lib/bb/ui/crumbs/builddetailspage.py
index 7e57e9a..971cda0 100755
--- a/bitbake/lib/bb/ui/crumbs/builddetailspage.py
+++ b/bitbake/lib/bb/ui/crumbs/builddetailspage.py
@@ -348,6 +348,7 @@ class BuildDetailsPage (HobPage):
self.box_group_area.pack_end(self.button_box, expand=False, fill=False)
self.show_all()
+ self.notebook.set_page("Log")
self.back_button.hide()
self.reset_build_status()
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] hob/builddetailspage: set "Log" page as default
2012-10-17 8:25 [PATCH] hob/builddetailspage: set "Log" page as default Cristiana Voicu
@ 2012-10-24 20:11 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-10-24 20:11 UTC (permalink / raw)
To: Cristiana Voicu; +Cc: bitbake-devel
On Wed, 2012-10-17 at 11:25 +0300, Cristiana Voicu wrote:
> - when you do a build you should see "Log" page, not
> "Build configuration" page
>
> [YOCTO #2569]
>
> Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-24 20:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 8:25 [PATCH] hob/builddetailspage: set "Log" page as default Cristiana Voicu
2012-10-24 20:11 ` Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.