[gnome-control-center] mouse: Enable horizontal scrolling when changing scroll method



commit 81e210d0dcce2a697557568b6d3d86e72031395c
Author: Ondrej Holy <oholy redhat com>
Date:   Thu Apr 4 13:49:29 2013 +0200

    mouse: Enable horizontal scrolling when changing scroll method
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687509

 panels/mouse/gnome-mouse-properties.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/panels/mouse/gnome-mouse-properties.c b/panels/mouse/gnome-mouse-properties.c
index 66f3d11..1336916 100644
--- a/panels/mouse/gnome-mouse-properties.c
+++ b/panels/mouse/gnome-mouse-properties.c
@@ -83,6 +83,7 @@ scrollmethod_changed_event (GtkToggleButton *button, GtkBuilder *dialog)
                method = GSD_TOUCHPAD_SCROLL_METHOD_EDGE_SCROLLING;
 
        g_settings_set_enum (touchpad_settings, "scroll-method", method);
+       g_settings_set_boolean (touchpad_settings, "horiz-scroll-enabled", TRUE);
 }
 
 static void


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