From patchwork Fri Sep 28 12:50:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel] hob/builddetailspage: remove "back" button Date: Fri, 28 Sep 2012 12:50:12 -0000 From: Cristiana Voicu X-Patchwork-Id: 37427 Message-Id: <1348836612-17921-1-git-send-email-cristiana.voicu@intel.com> To: bitbake-devel@lists.openembedded.org 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 --- bitbake/lib/bb/ui/crumbs/builddetailspage.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bitbake/lib/bb/ui/crumbs/builddetailspage.py b/bitbake/lib/bb/ui/crumbs/builddetailspage.py index 50073c1..322a700 100755 --- a/bitbake/lib/bb/ui/crumbs/builddetailspage.py +++ b/bitbake/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()