initialize threads in GObject.

This commit is contained in:
Yann Leboulanger 2013-01-28 20:31:01 +01:00
parent 516f27e95e
commit d9b067615a

View file

@ -193,6 +193,7 @@ if os.name == 'nt':
warnings.filterwarnings('error', module='gtk')
try:
from gi.repository import GObject
GObject.threads_init()
GObject.set_prgname('gajim')
from gi.repository import Gtk
from gi.repository import Gdk