summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-23 15:31:17 +0000
committerMatt Wilson <msw@redhat.com>1999-09-23 15:31:17 +0000
commit52c06008daa99a085b993c42d085069918c9db5f (patch)
tree51b1f428f1299a77e9d62372af979d76cd03ae7d /gui.py
parentf759e19dce24dc7d351268abc37b6e536ea99c99 (diff)
downloadanaconda-52c06008daa99a085b993c42d085069918c9db5f.tar.gz
anaconda-52c06008daa99a085b993c42d085069918c9db5f.tar.xz
anaconda-52c06008daa99a085b993c42d085069918c9db5f.zip
DEADLOCK
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/gui.py b/gui.py
index fa0970d5e..8ed447838 100755
--- a/gui.py
+++ b/gui.py
@@ -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):