GNOME Bugzilla – Bug 691028
context: Don't use a static mutex
Last modified: 2013-01-02 18:40:38 UTC
GMutex works just as well, and isn't deprecated.
Created attachment 232551 [details] [review] context: Don't use a static mutex
Review of attachment 232551 [details] [review]: This "thread safety" is slightly ridiculous, but ok.
Attachment 232551 [details] pushed as 3149b9c - context: Don't use a static mutex I agree, but I wasn't going to take the time to dig into the code when I could easily replace it.