From 480cd56ff330035310a0a24b736e4256a8cc76f4 Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Tue, 12 Jun 2012 13:04:39 +0000 Subject: 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 Acked-by: Simon Schampijer --- 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 -- cgit v0.9.1