summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/ui/depexp.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/depexp.py b/bitbake/lib/bb/ui/depexp.py
index 425302e320..1a716a88bf 100644
--- a/bitbake/lib/bb/ui/depexp.py
+++ b/bitbake/lib/bb/ui/depexp.py
@@ -220,7 +220,8 @@ def main(server, eventHandler):
220 220
221 gtk.gdk.threads_enter() 221 gtk.gdk.threads_enter()
222 dep = DepExplorer() 222 dep = DepExplorer()
223 bardialog = gtk.Dialog(parent=dep) 223 bardialog = gtk.Dialog(parent=dep,
224 flags=gtk.DIALOG_MODAL|gtk.DIALOG_DESTROY_WITH_PARENT)
224 bardialog.set_default_size(400, 50) 225 bardialog.set_default_size(400, 50)
225 pbar = HobProgressBar() 226 pbar = HobProgressBar()
226 bardialog.vbox.pack_start(pbar) 227 bardialog.vbox.pack_start(pbar)