summaryrefslogtreecommitdiff
path: root/capplets/keyboard/mate-keyboard-properties-xkblt.c
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/keyboard/mate-keyboard-properties-xkblt.c')
-rw-r--r--capplets/keyboard/mate-keyboard-properties-xkblt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties-xkblt.c b/capplets/keyboard/mate-keyboard-properties-xkblt.c
index 115ffac0..b5ee38e7 100644
--- a/capplets/keyboard/mate-keyboard-properties-xkblt.c
+++ b/capplets/keyboard/mate-keyboard-properties-xkblt.c
@@ -102,7 +102,7 @@ xkb_layouts_get_selected_list (void)
if (retval == NULL) {
if (initial_config.layouts_variants != NULL) {
for (i = 0; initial_config.layouts_variants[i] != NULL; i++)
- retval =
+ retval =
g_slist_prepend (retval, g_strdup (initial_config.layouts_variants[i]));
}
retval = g_slist_reverse (retval);