GNOME Bugzilla – Bug 523782
Leftover GDK_THREADS_LEAVE() in gtktoolbar.c
Last modified: 2008-03-22 09:04:43 UTC
The call to GDK_THREADS_LEAVE() in the slide_idle_handler() function in gtktoolbar.c seems to be an accidental leftover from when the function also called GDK_THREADS_ENTER(). It leads to the GDK thread mutex being unlocked once too many.
Fixed in trunk and gtk-2-12.