summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/imagedetailspage.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
index b12014a3c8..5a6324d2a4 100755
--- a/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
+++ b/bitbake/lib/bb/ui/crumbs/imagedetailspage.py
@@ -327,7 +327,6 @@ class ImageDetailsPage (HobPage):
327 self.deploy_button.set_size_request(205, 49) 327 self.deploy_button.set_size_request(205, 49)
328 self.deploy_button.set_tooltip_text("Deploy image to get your target board") 328 self.deploy_button.set_tooltip_text("Deploy image to get your target board")
329 self.deploy_button.set_flags(gtk.CAN_DEFAULT) 329 self.deploy_button.set_flags(gtk.CAN_DEFAULT)
330 self.deploy_button.grab_default()
331 self.deploy_button.connect("clicked", self.deploy_button_clicked_cb) 330 self.deploy_button.connect("clicked", self.deploy_button_clicked_cb)
332 bottom_buttons.pack_end(self.deploy_button, expand=False, fill=False) 331 bottom_buttons.pack_end(self.deploy_button, expand=False, fill=False)
333 created = True 332 created = True