summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-23 15:53:14 +0000
committerMatt Wilson <msw@redhat.com>1999-09-23 15:53:14 +0000
commitfa882d61d9721d25c487dd326176dd9d079e41b8 (patch)
tree1702a7785c29b48def7de1b20ec4bcc7e13b99ea /gui.py
parenta146a31ce9bbb8c6b5ca808edb08a1340b395e4d (diff)
downloadanaconda-fa882d61d9721d25c487dd326176dd9d079e41b8.tar.gz
anaconda-fa882d61d9721d25c487dd326176dd9d079e41b8.tar.xz
anaconda-fa882d61d9721d25c487dd326176dd9d079e41b8.zip
deadlock gone again. :)
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui.py b/gui.py
index 8ed447838..162777979 100755
--- a/gui.py
+++ b/gui.py
@@ -60,9 +60,9 @@ class WaitWindow:
gdk_flush ()
thread = currentThread ()
print thread.getName ()
-# if thread.getName () == "gtk_main":
- while events_pending ():
- mainiteration (FALSE)
+ if thread.getName () == "gtk_main":
+ while events_pending ():
+ mainiteration (FALSE)
threads_leave ()
def pop(self):