From: Cristiana Voicu Date: Fri, 28 Sep 2012 12:50:12 +0000 (+0300) Subject: bitbake: hob/builddetailspage: remove "back" button X-Git-Tag: rev_ivi_2015_02_04~15322 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69933f61feade62c631f8ae2321f48ad32105ce7;p=scm%2Fbb%2Ftizen-distro.git bitbake: 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] (Bitbake rev: 03f978d21c7bfbf5f1afc741a43766030f2882a8) Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- 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()