GNOME Bugzilla – Bug 749392
gdk_threads_init() should only be called once
Last modified: 2015-05-14 18:07:03 UTC
At the moment gdk_threads_init() is being called in the callbacks which creates problems. It should only be called once at initialisation.
Created attachment 303393 [details] [review] Patch to address problem