Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-06-12 13:04:39 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-06-21 16:45:23 (GMT)
commitd42f58a18bb26337dcbc59b1c7b49623fa724d4f (patch)
tree55f5dc993741275297098b8d3cb134802f26c8e1 /webactivity.py
parent99818815b3fd276cbdf4b04473f1e158f4e1e067 (diff)
Remove GObject threads - SL #3670
Having GObject threads is provoking segmentation faults. They were added previous to the GTK3 port to solve this bug: http://dev.laptop.org/ticket/5639 which I can't reproduce anymore having threads removed. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
Diffstat (limited to 'webactivity.py')
-rw-r--r--webactivity.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/webactivity.py b/webactivity.py
index 2149259..fb1a451 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -21,9 +21,6 @@ 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