summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-23 16:25:56 +0000
committerMatt Wilson <msw@redhat.com>1999-09-23 16:25:56 +0000
commit0e469f26dec43f9d970d8551e2f94af5cfe863ae (patch)
tree3e5731a80f28064ee5de20813ab90a4a13847075 /gui.py
parent52ccf68cc47071be393c2c59dd02e7d42a6e0009 (diff)
downloadanaconda-0e469f26dec43f9d970d8551e2f94af5cfe863ae.tar.gz
anaconda-0e469f26dec43f9d970d8551e2f94af5cfe863ae.tar.xz
anaconda-0e469f26dec43f9d970d8551e2f94af5cfe863ae.zip
thread problems
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/gui.py b/gui.py
index ea57c3704..84d48c380 100755
--- a/gui.py
+++ b/gui.py
@@ -60,11 +60,11 @@ class WaitWindow:
gdk_flush ()
thread = currentThread ()
print thread.getName ()
- if thread.getName () == "gtk_main":
- while events_pending ():
- mainiteration (FALSE)
- else:
- time.sleep (1)
+# if thread.getName () == "gtk_main":
+ while events_pending ():
+ mainiteration (FALSE)
+# else:
+# time.sleep (1)
threads_leave ()
def pop(self):