gpointing-device-settings r140 - trunk/src



Author: hiikezoe
Date: Fri Mar  6 14:50:26 2009
New Revision: 140
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=140&view=rev

Log:
remove g_ascii_strdown().

Modified:
   trunk/src/gpointing-device-settings.c

Modified: trunk/src/gpointing-device-settings.c
==============================================================================
--- trunk/src/gpointing-device-settings.c	(original)
+++ trunk/src/gpointing-device-settings.c	Fri Mar  6 14:50:26 2009
@@ -68,7 +68,7 @@
         GError *error = NULL;
 
         type_name = g_ascii_strdown(gpds_xinput_pointer_info_get_type_name(info), -1);
-        ui = gpds_ui_new(g_ascii_strdown(type_name, -1),
+        ui = gpds_ui_new(type_name,
                          "device-name", gpds_xinput_pointer_info_get_name(info),
                          NULL);
         g_free(type_name);



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