[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)
commitabe32831cf6f9d7c00e46a91764e684b6f813b04
tree264cc7041728c401871b80cc4af2547c4de124ee
parentf6e1ee7b15800fb1b8c161a47b5228072e5aa23a
[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.
player/player.py