bitbake: hob/builddetailspage: set "Log" page as default
authorCristiana Voicu <cristiana.voicu@intel.com>
Wed, 17 Oct 2012 08:25:47 +0000 (11:25 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Oct 2012 20:13:08 +0000 (21:13 +0100)
- when you do a build you should see "Log" page, not
"Build configuration" page

[YOCTO #2569]

(Bitbake rev: 431cb80d4d5222f832f6141b8578291f2f14a131)

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/crumbs/builddetailspage.py

index 7e57e9a..971cda0 100755 (executable)
@@ -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()