summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-23 16:34:28 +0000
committerMatt Wilson <msw@redhat.com>1999-09-23 16:34:28 +0000
commitad463538160eb7593c15c38dec4c4c6e9b9c68fc (patch)
treecfb7671c2893d3641e4edbe0a5151872415d6e1b /gui.py
parent0e469f26dec43f9d970d8551e2f94af5cfe863ae (diff)
downloadanaconda-ad463538160eb7593c15c38dec4c4c6e9b9c68fc.tar.gz
anaconda-ad463538160eb7593c15c38dec4c4c6e9b9c68fc.tar.xz
anaconda-ad463538160eb7593c15c38dec4c4c6e9b9c68fc.zip
xasync reply fix
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/gui.py b/gui.py
index 84d48c380..249949752 100755
--- a/gui.py
+++ b/gui.py
@@ -60,11 +60,9 @@ class WaitWindow:
gdk_flush ()
thread = currentThread ()
print thread.getName ()
-# if thread.getName () == "gtk_main":
+ if thread.getName () == "gtk_main":
while events_pending ():
mainiteration (FALSE)
-# else:
-# time.sleep (1)
threads_leave ()
def pop(self):