diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-23 16:41:15 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-23 16:41:15 +0000 |
commit | 16b681aa5108c94ff8b19f86f6a7c2a7f2e0170e (patch) | |
tree | dbce9c288fa74196481e0e4ba6d78e7415b571af /gui.py | |
parent | ad463538160eb7593c15c38dec4c4c6e9b9c68fc (diff) | |
download | anaconda-16b681aa5108c94ff8b19f86f6a7c2a7f2e0170e.tar.gz anaconda-16b681aa5108c94ff8b19f86f6a7c2a7f2e0170e.tar.xz anaconda-16b681aa5108c94ff8b19f86f6a7c2a7f2e0170e.zip |
xasync reply fix
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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): |