bitbake: hob/builddetailspage: remove "back" button
authorCristiana Voicu <cristiana.voicu@intel.com>
Fri, 28 Sep 2012 12:50:12 +0000 (15:50 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Sep 2012 14:35:15 +0000 (15:35 +0100)
When a build fails, there should not be a back button on the screen.
All available actions are provided within the failure notification,
so no back button is needed.

[YOCTO #3104]
(Bitbake rev: 03f978d21c7bfbf5f1afc741a43766030f2882a8)

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 50073c1..322a700 100755 (executable)
@@ -263,8 +263,6 @@ class BuildDetailsPage (HobPage):
         self.box_group_area.pack_start(self.vbox, expand=True, fill=True)
 
         self.vbox.pack_start(self.notebook, expand=True, fill=True)
-
-        self.box_group_area.pack_end(self.button_box, expand=False, fill=False)
         self.show_all()
         self.back_button.hide()