GNOME Bugzilla – Bug 662319
gtkicontheme: Make thread-safe
Last modified: 2011-10-26 16:21:50 UTC
See patch.
Created attachment 199568 [details] [review] gtkicontheme: Make thread-safe
Created attachment 199570 [details] [review] gtkicontheme: Make thread-safe It always helps to *test* your changes, doesn't it. Attached a version that fixes a few embarrasing typos and a thinko.
I don't think this is needed. You have to hold the gdk lock anyway, when calling gtk api from multiple threads.