Closed GoogleCodeExporter closed 9 years ago
Original comment by ebenbl...@gmail.com
on 15 Apr 2008 at 10:45
Fix committed in r213. I took the approach of calling gdk_threads_enter() before
gtk_main() and gdk_threads_leave() after. This allows makes it so the only code
that
needs to explicitly call the enter/leave functions is code that is making gtk
calls
from outside the main gtk thread.
Original comment by ebenbl...@gmail.com
on 15 Apr 2008 at 11:43
Original issue reported on code.google.com by
ebenbl...@gmail.com
on 15 Apr 2008 at 3:15