On 07/01/2009 05:41 PM, Stefan Schmiedl wrote:
>  if (!g_thread_supported ()) g_thread_init (NULL);

if by "before" you mean "after", then it works:-)

What happens if you put it before?  No change?  In other words you do

   init++;
   gtk_init (&argc, &argv);
+  if (!g_thread_supported ())
+    g_thread_init (NULL);
 }

right?

Paolo


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to