summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/ui/hob.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py
index 71ea88acd7..0fcaad54a7 100644
--- a/bitbake/lib/bb/ui/hob.py
+++ b/bitbake/lib/bb/ui/hob.py
@@ -400,9 +400,9 @@ class MainWindow (gtk.Window):
400 if response == gtk.RESPONSE_OK: 400 if response == gtk.RESPONSE_OK:
401 rep.loadRecipe(recipe) 401 rep.loadRecipe(recipe)
402 self.save_path = recipe 402 self.save_path = recipe
403 self.model.load_image_rep(rep)
404 self.dirty = False
403 chooser.destroy() 405 chooser.destroy()
404 self.model.load_image_rep(rep)
405 self.dirty = False
406 406
407 def bake_clicked_cb(self, button): 407 def bake_clicked_cb(self, button):
408 build_image = True 408 build_image = True