[Xfce4-commits] r24258 - in xfce4-panel/trunk: . libxfce4panel panel
Jasper Huijsmans
jasper at xfce.org
Wed Jan 3 20:46:04 CET 2007
Nick Schermer wrote:
> 2007/1/3, Benedikt Meurer <benedikt.meurer at unix-ag.uni-siegen.de>:
>
>> You do not need g_thread_init() to use the slice allocator, that's just
>> wasted CPU cycles. You need to call g_thread_init() prior to using the
>> slice allocator ONLY if you plan to use threads. Since neither the panel
>> nor most of the plugins use threads, I'd recommend to revert this one.
>>
>
> A, I'm actually glad to hear this. Thanks Benny.
>
I only had a very quick look at the discussion about g_thread_init()
problems, but one thing I remember is that certain file chooser backends
call g_thread_init(). That could cause problems, isn't it?
Jasper
More information about the Xfce4-dev
mailing list