From 03f978d21c7bfbf5f1afc741a43766030f2882a8 Mon Sep 17 00:00:00 2001 From: Cristiana Voicu Date: Fri, 28 Sep 2012 15:50:12 +0300 Subject: hob/builddetailspage: remove "back" button 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] Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- lib/bb/ui/crumbs/builddetailspage.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/bb/ui/crumbs/builddetailspage.py b/lib/bb/ui/crumbs/builddetailspage.py index 50073c1fe..322a700dc 100755 --- a/lib/bb/ui/crumbs/builddetailspage.py +++ b/lib/bb/ui/crumbs/builddetailspage.py @@ -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() -- cgit 1.2.3-korg