diff options
| author | Robert Ancell <robert.ancell@canonical.com> | 2017-12-22 12:40:34 +1300 |
|---|---|---|
| committer | Robert Ancell <robert.ancell@canonical.com> | 2017-12-22 12:40:34 +1300 |
| commit | bb1a5eb4f94a0dc42adde95bf01514cb79eb11a9 (patch) | |
| tree | c89f2c4c86e4f64119d9a61b9f854bf5578273dd /common | |
| parent | 6015bce25f241e7580c03594d846769f8236232f (diff) | |
Fix up KeyboardLayouts migration to AccountsService extension
Diffstat (limited to 'common')
| -rw-r--r-- | common/user-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
