summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-15 00:51:59 +0000
committerMatt Wilson <msw@redhat.com>1999-09-15 00:51:59 +0000
commit930d892e9f1362fe312aa1883079783aaf5cf684 (patch)
tree00c0f764e0d90f233af9611e6881600c20efcc7d
parentb0446dc3b1bf9bc0519ddd4641c98e3e583cc3b7 (diff)
downloadanaconda-930d892e9f1362fe312aa1883079783aaf5cf684.tar.gz
anaconda-930d892e9f1362fe312aa1883079783aaf5cf684.tar.xz
anaconda-930d892e9f1362fe312aa1883079783aaf5cf684.zip
don't block!
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 478cae1f2..650d68225 100755
--- a/gui.py
+++ b/gui.py
@@ -56,7 +56,7 @@ class WaitWindow:
self.window.show_all ()
gdk_flush ()
while events_pending ():
- mainiteration ()
+ mainiteration (FALSE)
threads_leave ()
def pop(self):