Morten Welinder wrote:
I am looking around and I am having trouble finding a single application that does this new (yes, new) required initialization right. Either... 1. Applications do not explicitly call g_thread_init and call gtk_init too late. 2. Applications call g_thread_init too late. 3. Applications call g_thread_init too early. Does anyone want to claim a case that is right for a non-trivial application? Something with a translated GUI.
Does this count: http://mooedit.sourceforge.net/hg/moo/?f=-1;file=medit/medit-app.opag line 259. I admit it wasn't the case before this stuff started, but it was like that with __WIN32__ defined :) Regards, Yevgen