[ghemical-devel] ghemical thread bug

robertix pongix at orange.fr
Fri Apr 25 09:43:24 EDT 2008


please replace line 96
in gtk_main.cpp   

with 

#ifdef ENABLE_THREADS
        if (!g_thread_supported ()) g_thread_init (NULL);
        gdk_threads_init();
       
        gdk_threads_enter();
       
#endif    // ENABLE_THREADS


on debian gnome

it run 

robertix
http://www.ponge.com




More information about the ghemical-devel mailing list