gpointing-device-settings r198 - trunk/src



Author: hiikezoe
Date: Tue Mar 10 03:37:08 2009
New Revision: 198
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=198&view=rev

Log:
Ignore "Macintosh mouse button emulation". I have no idea what this is.

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	Tue Mar 10 03:37:08 2009
@@ -67,6 +67,11 @@
         GtkWidget *label = NULL;
         GError *error = NULL;
 
+        if (!strcmp(gpds_xinput_pointer_info_get_name(info),
+                    "Macintosh mouse button emulation")) {
+            continue;
+        }
+
         type_name = g_ascii_strdown(gpds_xinput_pointer_info_get_type_name(info), -1);
         ui = gpds_ui_new(type_name,
                          "device-name", gpds_xinput_pointer_info_get_name(info),



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