g_settings_get: only check for non-copying format string
authorLars Uebernickel <lars@uebernic.de>
Sun, 8 Dec 2013 16:30:33 +0000 (17:30 +0100)
committerLars Uebernickel <lars@uebernic.de>
Mon, 9 Dec 2013 14:51:56 +0000 (15:51 +0100)
commit0f1579e62cded436c3fbfbeaf3130c8d8ffcb01c
treea129c4262b002a7798fef19514a331fa445c70ba
parent05f36e7ffcac0e58c1bf578bc37e1dc129f4b8e3
g_settings_get: only check for non-copying format string

396d40af introduced a redundant call to g_variant_check_format_string().
Checking whether the format string copies all values is enough.

https://bugzilla.gnome.org/show_bug.cgi?id=719979
gio/gsettings.c