keyfile: Add "in group" to GError message consistently
authorColin Walters <walters@verbum.org>
Sun, 7 Dec 2014 21:00:55 +0000 (16:00 -0500)
committerColin Walters <walters@verbum.org>
Mon, 8 Dec 2014 03:00:41 +0000 (22:00 -0500)
commita12f546b3bd32ae826306c4c7dbd931fe37ec632
tree4f6dbda024076933c936541fdc7858bbe91c0f09
parent7966f27882095e1c2c4e2a0f6e36925bcdc65e9f
keyfile: Add "in group" to GError message consistently

This originated with https://github.com/GNOME/ostree/pull/23
It's nicer for the user if we also mention which group the expected
key would be in.

And in fact, every other error *except* _get_value() already had it.

https://bugzilla.gnome.org/show_bug.cgi?id=741226
glib/gkeyfile.c