GNOME Bugzilla – Bug 721430
Critical warning when entering Notifications panel
Last modified: 2014-01-07 15:41:28 UTC
Created attachment 265251 [details] [review] Patch I get a critical warning when entering the Notifications panel, using glib from git master: GLib-GIO-CRITICAL **: g_settings_get: the format string may not contain '&' (key 'application-children' from schema 'org.gnome.desktop.notifications'). This call will probably stop working with a future version of glib. I think I fixed this probably, but I haven't used GVariants before and I didn't read the entire manual, so don't push blindly.
(In reply to comment #0) > I think I fixed this probably, *properly
Review of attachment 265251 [details] [review]: That looks good, but please mention bug https://bugzilla.gnome.org/show_bug.cgi?id=719979 as this is where the critical comes from, and add the URL to this bug in the commit message.
OK