summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorCristiana Voicu <cristiana.voicu@intel.com>2012-09-28 15:50:12 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-28 15:35:15 +0100
commite2ac27c051cfb04d613bf84f1283d2870738e9bd (patch)
treef86a9740f414b26b174c4563274cd0df9fb9de18 /bitbake
parent409859e739460e64d1fa7a3b8308bf1a1e0fa63f (diff)
downloadpoky-e2ac27c051cfb04d613bf84f1283d2870738e9bd.tar.gz
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 <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/builddetailspage.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/builddetailspage.py b/bitbake/lib/bb/ui/crumbs/builddetailspage.py
index 50073c1fe1..322a700dc1 100755
--- a/bitbake/lib/bb/ui/crumbs/builddetailspage.py
+++ b/bitbake/lib/bb/ui/crumbs/builddetailspage.py
@@ -263,8 +263,6 @@ class BuildDetailsPage (HobPage):
263 self.box_group_area.pack_start(self.vbox, expand=True, fill=True) 263 self.box_group_area.pack_start(self.vbox, expand=True, fill=True)
264 264
265 self.vbox.pack_start(self.notebook, expand=True, fill=True) 265 self.vbox.pack_start(self.notebook, expand=True, fill=True)
266
267 self.box_group_area.pack_end(self.button_box, expand=False, fill=False)
268 self.show_all() 266 self.show_all()
269 self.back_button.hide() 267 self.back_button.hide()
270 268