This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.
The branch, next has been updated
via 3b8c36510f97f345323c0804516d99028fe1b77f (commit)
from 37677b2ec08c514e2234400244d15b989c4b8faf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/3b8c36510f97f345323c0804516d99028fe1b77f
commit 3b8c36510f97f345323c0804516d99028fe1b77f
Author: Carlos R. Mafra <[email protected]>
Date: Sun Jan 6 22:56:37 2013 +0000
Set mod+wheel to OFF by default
Resizing windows with the mouse wheel was introduced in a0633381755
("Mod+Wheel Window Resize") and it should be disabled by default
in order to not confuse users.
Users wanting this behavior can enable it through WPrefs.
Bug report: https://bugs.launchpad.net/ubuntu/+source/wmaker/+bug/1082879
diff --git a/src/defaults.c b/src/defaults.c
index 52fa64b..13c5d69 100644
--- a/src/defaults.c
+++ b/src/defaults.c
@@ -442,7 +442,7 @@ WDefaultEntry optionList[] = {
&wPreferences.help_balloon, getBool, NULL, NULL, NULL},
{"EdgeResistance", "30", NULL,
&wPreferences.edge_resistance, getInt, NULL, NULL, NULL},
- {"ResizeIncrement", "32", NULL,
+ {"ResizeIncrement", "0", NULL,
&wPreferences.resize_increment, getInt, NULL, NULL, NULL},
{"Attraction", "NO", NULL,
&wPreferences.attract, getBool, NULL, NULL, NULL},
-----------------------------------------------------------------------
Summary of changes:
src/defaults.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
--
wmaker-crm.git ("The Window Maker window manager")
--
To unsubscribe, send mail to [email protected].