help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] GtkLauncher is dead long live to VisualGST


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] GtkLauncher is dead long live to VisualGST
Date: Wed, 01 Jul 2009 17:55:16 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]