gpointing-device-settings r111 - in trunk: data modules modules/common



Author: hiikezoe
Date: Tue Mar  3 06:52:15 2009
New Revision: 111
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=111&view=rev

Log:
CURSOR_MOVE_ONLY -> TAPPING_AND_SCROLLING_OFF.

Modified:
   trunk/data/touchpad.ui.in
   trunk/modules/common/gpds-touchpad-xinput.h
   trunk/modules/gpds-touchpad-ui.c

Modified: trunk/data/touchpad.ui.in
==============================================================================
--- trunk/data/touchpad.ui.in	(original)
+++ trunk/data/touchpad.ui.in	Tue Mar  3 06:52:15 2009
@@ -123,7 +123,7 @@
                        </row>
                        <row>
                          <col id="0">3</col>
-                         <col id="1">Touchpad uses only for moving cursor</col>
+                         <col id="1">Touchpad tapping and scrolling off</col>
                        </row>
                     </data>
                   </object>

Modified: trunk/modules/common/gpds-touchpad-xinput.h
==============================================================================
--- trunk/modules/common/gpds-touchpad-xinput.h	(original)
+++ trunk/modules/common/gpds-touchpad-xinput.h	Tue Mar  3 06:52:15 2009
@@ -71,7 +71,7 @@
 typedef enum {
     GPDS_TOUCHPAD_USE_TYPE_NORMAL,
     GPDS_TOUCHPAD_USE_TYPE_OFF,
-    GPDS_TOUCHPAD_USE_TYPE_CURSOR_MOVE_ONLY,
+    GPDS_TOUCHPAD_USE_TYPE_TAPPING_AND_SCROLLING_OFF,
 } GpdsTouchpadUseType;
 
 typedef struct _GpdsTouchpadXInputProperty GpdsTouchpadXInputProperty;

Modified: trunk/modules/gpds-touchpad-ui.c
==============================================================================
--- trunk/modules/gpds-touchpad-ui.c	(original)
+++ trunk/modules/gpds-touchpad-ui.c	Tue Mar  3 06:52:15 2009
@@ -473,7 +473,7 @@
 
     switch (use_type) {
     case GPDS_TOUCHPAD_USE_TYPE_OFF:
-    case GPDS_TOUCHPAD_USE_TYPE_CURSOR_MOVE_ONLY:
+    case GPDS_TOUCHPAD_USE_TYPE_TAPPING_AND_SCROLLING_OFF:
         set_widget_sensitivity(builder, "scrolling_vbox", FALSE);
         set_widget_sensitivity(builder, "tapping_vbox", FALSE);
         break;



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