summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/ui/goggle.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/goggle.py b/bitbake/lib/bb/ui/goggle.py
index 3c6a014dc2..1905c0c201 100644
--- a/bitbake/lib/bb/ui/goggle.py
+++ b/bitbake/lib/bb/ui/goggle.py
@@ -70,6 +70,7 @@ def main (server, eventHandler):
70 window = MainWindow () 70 window = MainWindow ()
71 window.show_all () 71 window.show_all ()
72 pbar = ProgressBar(window) 72 pbar = ProgressBar(window)
73 pbar.connect("delete-event", gtk.main_quit)
73 74
74 # Create the object for the current build 75 # Create the object for the current build
75 running_build = RunningBuild () 76 running_build = RunningBuild ()