Update for GStaticMutex deprecation in glib master
authorDan Winship <danw@gnome.org>
Thu, 29 Sep 2011 13:50:21 +0000 (09:50 -0400)
committerDan Winship <danw@gnome.org>
Thu, 29 Sep 2011 13:50:21 +0000 (09:50 -0400)
commite76cec8a26846814f5ff7d84193a5221bc7f1b88
treeb65330180104fe247306200cec7f689077eb6e68
parent6d3aa6ea3bad0cca7a4369c8d9168c4c73724155
Update for GStaticMutex deprecation in glib master

Instead of using GStaticMutex directly, use the G_LOCK macros, which
use GStaticMutex on older glibs and GMutex on newer glibs.
libsoup/soup-message-headers.c