summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--usr/share/mageiawelcome/webgui.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d47ca7f..6cb1fbd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mageiawelcome
-VERSION = 0.8.8
+VERSION = 0.8.9
GITPATH = git://git.mageia.org/software/mageiawelcome
TEXT_FILES = Makefile
diff --git a/usr/share/mageiawelcome/webgui.py b/usr/share/mageiawelcome/webgui.py
index 9eeae15..6ba0475 100644
--- a/usr/share/mageiawelcome/webgui.py
+++ b/usr/share/mageiawelcome/webgui.py
@@ -118,6 +118,7 @@ def launch_browser(html, quit_function=None, echo=True):
def start_gtk_thread():
# Start GTK in its own thread:
gtk.gdk.threads_init()
+ gtk.gdk.threads_enter()
thread.start_new_thread(gtk.main, ())
def kill_gtk_thread():