[Xfce4-commits] <xfwm4:master> Disable roll up feature by default (bug #10563).
Nick Schermer
noreply at xfce.org
Thu Dec 26 18:18:01 CET 2013
Updating branch refs/heads/master
to d8c3df328934e865c92e8b2deb74f74b19a724b4 (commit)
from a99c18c19ce6f17150818d6c0af23556fac1d454 (commit)
commit d8c3df328934e865c92e8b2deb74f74b19a724b4
Author: Nick Schermer <nick at xfce.org>
Date: Thu Dec 26 18:16:40 2013 +0100
Disable roll up feature by default (bug #10563).
Probably a confusing feature for new users, the previous commit
made it easy to enable this again.
src/settings.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/settings.c b/src/settings.c
index a8a9e06..19fb46e 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -697,7 +697,7 @@ loadSettings (ScreenInfo *screen_info)
{"placement_ratio", NULL, G_TYPE_INT, TRUE},
{"placement_mode", NULL, G_TYPE_STRING, TRUE},
{"popup_opacity", NULL, G_TYPE_INT, TRUE},
- {"mousewheel_rollup", NULL, G_TYPE_BOOLEAN, TRUE},
+ {"mousewheel_rollup", NULL, G_TYPE_BOOLEAN, FALSE},
{"prevent_focus_stealing", NULL, G_TYPE_BOOLEAN, TRUE},
{"raise_delay", NULL, G_TYPE_INT, TRUE},
{"raise_on_click", NULL, G_TYPE_BOOLEAN, TRUE},
More information about the Xfce4-commits
mailing list