[gnome-settings-daemon/gnome-3-4] mouse: Set default touchpad deactivation to 1.0s



commit 2e56b5ce4d42a26146c36f5b734b99352069ebaf
Author: Nicolas Dufresne <nicolas dufresne collabora com>
Date:   Sat Oct 8 10:34:09 2011 -0400

    mouse: Set default touchpad deactivation to 1.0s
    
    https://bugzilla.gnome.org/show_bug.cgi?id=590783

 plugins/mouse/gsd-mouse-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/mouse/gsd-mouse-manager.c b/plugins/mouse/gsd-mouse-manager.c
index 8a1d444..17a7219 100644
--- a/plugins/mouse/gsd-mouse-manager.c
+++ b/plugins/mouse/gsd-mouse-manager.c
@@ -549,7 +549,7 @@ set_disable_w_typing (GsdMouseManager *manager, gboolean state)
 
                 args[0] = "syndaemon";
                 args[1] = "-i";
-                args[2] = "2.0";
+                args[2] = "1.0";
                 args[3] = "-K";
                 args[4] = "-R";
                 args[5] = NULL;



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