Created attachment 54054 [details] [review] patch Mageia has a patch to fix some string format issues. See attached.
+ g_message ("notify::%s == %s", G_OBJECT_TYPE_NAME (o), ""); is weird g_message ("notify::%s == %p", G_OBJECT_TYPE_NAME (o), o); would be better, or g_message ("notify::%s", G_OBJECT_TYPE_NAME (o));
commit e83f5a7c2c98aae96bee57bda9590e70dbbcb62e Author: Marc-André Lureau <marcandre.lureau@redhat.com> Date: Fri Dec 2 13:19:30 2011 +0100 string formatting fixes Patch based on Mageia, provided by Olav Vitters. https://bugs.freedesktop.org/show_bug.cgi?id=43456
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.