From bb1a5eb4f94a0dc42adde95bf01514cb79eb11a9 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Fri, 22 Dec 2017 12:40:34 +1300 Subject: Fix up KeyboardLayouts migration to AccountsService extension --- common/user-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/user-list.c b/common/user-list.c index b8e32826..dbb5017d 100644 --- a/common/user-list.c +++ b/common/user-list.c @@ -604,7 +604,7 @@ load_accounts_user (CommonUser *user) } else if (strcmp (name, "HasMessages") == 0 && g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)) priv->has_messages = g_variant_get_boolean (value); - else if (strcmp (name, "XKeyboardLayouts") == 0 && g_variant_is_of_type (value, G_VARIANT_TYPE_STRING_ARRAY)) + else if (strcmp (name, "KeyboardLayouts") == 0 && g_variant_is_of_type (value, G_VARIANT_TYPE_STRING_ARRAY)) { g_strfreev (priv->layouts); priv->layouts = g_variant_dup_strv (value, NULL); -- cgit v1.2.3