[player] Call Gdk.threads_init() before import Gtk
authorPhilip Chimento <philip.chimento@gmail.com>
Fri, 28 Sep 2012 13:59:29 +0000 (15:59 +0200)
committerPhilip Chimento <philip.chimento@gmail.com>
Fri, 28 Sep 2012 14:01:58 +0000 (16:01 +0200)
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.


No differences found