diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-23 15:31:17 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-23 15:31:17 +0000 |
commit | 52c06008daa99a085b993c42d085069918c9db5f (patch) | |
tree | 51b1f428f1299a77e9d62372af979d76cd03ae7d /gui.py | |
parent | f759e19dce24dc7d351268abc37b6e536ea99c99 (diff) | |
download | anaconda-52c06008daa99a085b993c42d085069918c9db5f.tar.gz anaconda-52c06008daa99a085b993c42d085069918c9db5f.tar.xz anaconda-52c06008daa99a085b993c42d085069918c9db5f.zip |
DEADLOCK
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -59,9 +59,10 @@ class WaitWindow: self.window.show_all () gdk_flush () thread = currentThread () - if thread.getName () == "gtk_main": - while events_pending (): - mainiteration (FALSE) + print thread.getName () +# if thread.getName () == "gtk_main": + while events_pending (): + mainiteration (FALSE) threads_leave () def pop(self): |