Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-11-22 01:34:21 (GMT)
committer Walter Bender <walter@turtle.(none)>2010-11-22 01:35:04 (GMT)
commit41069f4f16d1785ba4d82e9bfddb329cac49e6df (patch)
tree86ef38e46a26e7c47a3d42dc72f159c627d18448 /TurtleArt
parent05284e8f5308ddbc909c17d273d884f9cd79adc7 (diff)
added threads_init() to resolve crashing problem with threads
Diffstat (limited to 'TurtleArt')
-rw-r--r--TurtleArt/tagplay.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/TurtleArt/tagplay.py b/TurtleArt/tagplay.py
index 0f6acbb..4ebd9b0 100644
--- a/TurtleArt/tagplay.py
+++ b/TurtleArt/tagplay.py
@@ -30,6 +30,7 @@ import pygtk
pygtk.require('2.0')
import gobject
+gobject.threads_init()
import pygst
pygst.require('0.10')