diff --git a/gio/gsettings.c b/gio/gsettings.c index f408f2a7b..69700796c 100644 --- a/gio/gsettings.c +++ b/gio/gsettings.c @@ -75,10 +75,7 @@ * * - * + * * * * @@ -679,7 +676,7 @@ g_settings_get_value (GSettings *settings, { const gchar *category = g_variant_get_string (value, NULL); - if (strcmp (category, "message") == 0) + if (strcmp (category, "messages") == 0) lc_category = LC_MESSAGES; else if (strcmp (category, "time") == 0) lc_category = LC_TIME;