GNOME Bugzilla – Bug 659815
Use g_atomic_int_add instead of deprecated g_atomic_int_exchange_and_add
Last modified: 2011-10-21 12:00:54 UTC
Created attachment 197235 [details] [review] patch to stop using deprecated function See attached patch.
Review of attachment 197235 [details] [review]: Looks good, thanks for the patch. Please commit after freeze.
commit 90372ae6344398beaca9ef8c37ba2704014a5c39 Author: Kjartan Maraas <kmaraas@gnome.org> Date: Fri Oct 21 13:59:29 2011 +0200 Use g_atomic_int_add instead of deprecated g_atomic_int_exchange_and_add. https://bugzilla.gnome.org/show_bug.cgi?id=659815