From: Philip Chimento Date: Fri, 28 Sep 2012 13:59:29 +0000 (+0200) Subject: [player] Call Gdk.threads_init() before import Gtk X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;ds=sidebyside;h=abe32831cf6f9d7c00e46a91764e684b6f813b04;hp=abe32831cf6f9d7c00e46a91764e684b6f813b04;p=projects%2Fchimara%2Fchimara.git [player] Call Gdk.threads_init() before import Gtk I thought this might fix the crashing problems with the Python player, since you should initialize Gdk threads before initializing Gtk, and Gtk is initialized on import from gi.repository. It didn't fix the problems, but it's a good thing to do anyway. ---