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 <ma...@laptop.org>
---
 webactivity.py |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/webactivity.py b/webactivity.py
index d33913f..69ad5ec 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
-- 
1.7.10.1

_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to