gnome-control-center r9194 - trunk/capplets/keyboard



Author: svu
Date: Sat Jan 10 02:05:56 2009
New Revision: 9194
URL: http://svn.gnome.org/viewvc/gnome-control-center?rev=9194&view=rev

Log:
space is before all other non-control chars

Modified:
   trunk/capplets/keyboard/gnome-keyboard-properties-xkbot.c

Modified: trunk/capplets/keyboard/gnome-keyboard-properties-xkbot.c
==============================================================================
--- trunk/capplets/keyboard/gnome-keyboard-properties-xkbot.c	(original)
+++ trunk/capplets/keyboard/gnome-keyboard-properties-xkbot.c	Sat Jan 10 02:05:56 2009
@@ -240,7 +240,7 @@
 			   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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]