[gpointing-device-settings] fix the order of scrolling distance.



commit 6c1837a48125275a5ee5a974fa73b36777b616d1
Author: Hiroyuki Ikezoe <poincare ikezoe net>
Date:   Thu Jan 14 19:04:20 2010 +0900

    fix the order of scrolling distance.
    
    Fix for bug #599011.

 modules/gpds-touchpad-ui.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/gpds-touchpad-ui.c b/modules/gpds-touchpad-ui.c
index 11b2d31..467d6b3 100644
--- a/modules/gpds-touchpad-ui.c
+++ b/modules/gpds-touchpad-ui.c
@@ -244,8 +244,8 @@ DEFINE_SET_PAIR_SCALE_VALUE(palm_dimensions,
                             "palm_detection_depth_scale",
                             GPDS_TOUCHPAD_PALM_DIMENSIONS)
 DEFINE_SET_PAIR_SCALE_VALUE(scrolling_distance,
-                            "horizontal_scrolling_scale",
                             "vertical_scrolling_scale",
+                            "horizontal_scrolling_scale",
                             GPDS_TOUCHPAD_SCROLLING_DISTANCE)
 
 static void



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