summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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):