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