summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/hob.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/hob.py')
-rw-r--r--bitbake/lib/bb/ui/hob.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py
index 8d2d1bd327..51a995e491 100644
--- a/bitbake/lib/bb/ui/hob.py
+++ b/bitbake/lib/bb/ui/hob.py
@@ -144,6 +144,7 @@ class MainWindow (gtk.Window):
144 self.build_succeeded = False 144 self.build_succeeded = False
145 145
146 def image_changed_string_cb(self, model, new_image): 146 def image_changed_string_cb(self, model, new_image):
147 self.selected_image = new_image
147 # disconnect the image combo's signal handler 148 # disconnect the image combo's signal handler
148 if self.image_combo_id: 149 if self.image_combo_id:
149 self.image_combo.disconnect(self.image_combo_id) 150 self.image_combo.disconnect(self.image_combo_id)