summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/ui/hob.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/hob.py b/bitbake/lib/bb/ui/hob.py
index 52788813c5..0f8fe8c2d6 100644
--- a/bitbake/lib/bb/ui/hob.py
+++ b/bitbake/lib/bb/ui/hob.py
@@ -420,7 +420,7 @@ class MainWindow (gtk.Window):
420 label.show() 420 label.show()
421 response = dialog.run() 421 response = dialog.run()
422 dialog.destroy() 422 dialog.destroy()
423 if not response == gtk.RESPONSE_YES: 423 if response == gtk.RESPONSE_YES:
424 self.handler.cancel_build() 424 self.handler.cancel_build()
425 return 425 return
426 426