gpointing-device-settings r72 - trunk/modules



Author: hiikezoe
Date: Sun Mar  1 06:59:54 2009
New Revision: 72
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=72&view=rev

Log:
Fix typo. get_bool -> get_int.

Modified:
   trunk/modules/gsd-trackpoint-manager.c

Modified: trunk/modules/gsd-trackpoint-manager.c
==============================================================================
--- trunk/modules/gsd-trackpoint-manager.c	(original)
+++ trunk/modules/gsd-trackpoint-manager.c	Sun Mar  1 06:59:54 2009
@@ -130,19 +130,19 @@
             gpds_xinput_set_property(xinput,
                                      GPDS_TRACK_POINT_MIDDLE_BUTTON_TIMEOUT,
                                      NULL,
-                                     gconf_value_get_bool(value),
+                                     gconf_value_get_int(value),
                                      NULL);
         } else if (!strcmp(key, GPDS_TRACK_POINT_WHEEL_EMULATION_TIMEOUT_KEY)) {
             gpds_xinput_set_property(xinput,
                                      GPDS_TRACK_POINT_WHEEL_EMULATION_TIMEOUT,
                                      NULL,
-                                     gconf_value_get_bool(value),
+                                     gconf_value_get_int(value),
                                      NULL);
         } else if (!strcmp(key, GPDS_TRACK_POINT_WHEEL_EMULATION_INERTIA_KEY)) {
             gpds_xinput_set_property(xinput,
                                      GPDS_TRACK_POINT_WHEEL_EMULATION_INERTIA,
                                      NULL,
-                                     gconf_value_get_bool(value),
+                                     gconf_value_get_int(value),
                                      NULL);
         }
         break;



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