From b0c0ba9af7f025cb55d8ece733f843866b85bec2 Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Fri, 12 Oct 2012 13:06:28 +0000 Subject: Revert "Remove GObject threads - SL #3670" This reverts commit d42f58a18bb26337dcbc59b1c7b49623fa724d4f. The removed commit break Wikipedia activities and the fix needed upstream [1] is already included. [1] https://bugzilla.gnome.org/show_bug.cgi?id=678046 Signed-off-by: Gonzalo Odiard Acked-by: Manuel QuiƱones --- (limited to 'webactivity.py') diff --git a/webactivity.py b/webactivity.py index dff3a4a..0fbf858 100644 --- a/webactivity.py +++ b/webactivity.py @@ -21,6 +21,9 @@ from gettext import gettext as _ from gettext import ngettext import os +from gi.repository import GObject +GObject.threads_init() + from gi.repository import Gtk from gi.repository import Gdk from gi.repository import GdkPixbuf -- cgit v0.9.1