summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index 948c44320..a4b247955 100755
--- a/gui.py
+++ b/gui.py
@@ -149,7 +149,9 @@ class WaitWindow:
class GtkMainThread:
def run (self):
+ threads_enter ()
mainloop ()
+ threads_leave ()
class InstallInterface: