summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-23 16:41:15 +0000
committerMatt Wilson <msw@redhat.com>1999-09-23 16:41:15 +0000
commit16b681aa5108c94ff8b19f86f6a7c2a7f2e0170e (patch)
treedbce9c288fa74196481e0e4ba6d78e7415b571af /gui.py
parentad463538160eb7593c15c38dec4c4c6e9b9c68fc (diff)
downloadanaconda-16b681aa5108c94ff8b19f86f6a7c2a7f2e0170e.tar.gz
anaconda-16b681aa5108c94ff8b19f86f6a7c2a7f2e0170e.tar.xz
anaconda-16b681aa5108c94ff8b19f86f6a7c2a7f2e0170e.zip
xasync reply fix
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui.py b/gui.py
index 249949752..162777979 100755
--- a/gui.py
+++ b/gui.py
@@ -61,8 +61,8 @@ class WaitWindow:
thread = currentThread ()
print thread.getName ()
if thread.getName () == "gtk_main":
- while events_pending ():
- mainiteration (FALSE)
+ while events_pending ():
+ mainiteration (FALSE)
threads_leave ()
def pop(self):