From d980abf06203d04e7fd97603870d120371218a5f Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Sat, 10 Jan 2009 02:05:56 +0000 Subject: [PATCH] space is before all other non-control chars svn path=/trunk/; revision=9194 --- capplets/keyboard/gnome-keyboard-properties-xkbot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capplets/keyboard/gnome-keyboard-properties-xkbot.c b/capplets/keyboard/gnome-keyboard-properties-xkbot.c index f5a1c787c..093f287b3 100644 --- a/capplets/keyboard/gnome-keyboard-properties-xkbot.c +++ b/capplets/keyboard/gnome-keyboard-properties-xkbot.c @@ -240,7 +240,7 @@ xkb_options_add_option (XklConfigRegistry * config_registry, to enforce its first position in the list */ g_object_set_data_full (G_OBJECT (option_check), "utfOptionName", - g_strdup ("_"), g_free); + g_strdup (" "), g_free); option_checks_list = g_slist_append (option_checks_list, option_check);