space is before all other non-control chars
svn path=/trunk/; revision=9194
This commit is contained in:
parent
3654f85275
commit
d980abf062
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ xkb_options_add_option (XklConfigRegistry * config_registry,
|
||||||
to enforce its first position in the list */
|
to enforce its first position in the list */
|
||||||
g_object_set_data_full (G_OBJECT (option_check),
|
g_object_set_data_full (G_OBJECT (option_check),
|
||||||
"utfOptionName",
|
"utfOptionName",
|
||||||
g_strdup ("_"), g_free);
|
g_strdup (" "), g_free);
|
||||||
option_checks_list =
|
option_checks_list =
|
||||||
g_slist_append (option_checks_list,
|
g_slist_append (option_checks_list,
|
||||||
option_check);
|
option_check);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue