commit f3cb6e22253b2163771faa48269a23c4c715a682
parent 8a9a19abf32566ef53af9d66d26d0c1bcf6d3ae1
Author: Paul Mangan <paul@claws-mail.org>
Date: Thu, 25 Nov 2010 19:03:07 +0000
2010-11-25 [paul] 3.7.7cvs6
* src/prefs_common.c
make "gtk_can_change_accels" FALSE by default.
fixes bug #2309, 'Shortcuts should not be modifiable
by default' (RFE)
Diffstat:
4 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-25 [paul] 3.7.7cvs6
+
+ * src/prefs_common.c
+ make "gtk_can_change_accels" FALSE by default.
+ fixes bug #2309, 'Shortcuts should not be modifiable
+ by default' (RFE)
+
2010-11-24 [mones] 3.7.7cvs5
* src/mainwindow.c
diff --git a/PATCHSETS b/PATCHSETS
@@ -4067,3 +4067,4 @@
( cvs diff -u -r 1.1.2.5 -r 1.1.2.6 src/plugins/pgpcore/claws.def; ) > 3.7.7cvs3.patchset
( cvs diff -u -r 1.382.2.560 -r 1.382.2.561 src/compose.c; ) > 3.7.7cvs4.patchset
( cvs diff -u -r 1.274.2.318 -r 1.274.2.319 src/mainwindow.c; ) > 3.7.7cvs5.patchset
+( cvs diff -u -r 1.204.2.197 -r 1.204.2.198 src/prefs_common.c; ) > 3.7.7cvs6.patchset
diff --git a/configure.ac b/configure.ac
@@ -12,7 +12,7 @@ MINOR_VERSION=7
MICRO_VERSION=7
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=5
+EXTRA_VERSION=6
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
diff --git a/src/prefs_common.c b/src/prefs_common.c
@@ -924,7 +924,7 @@ static PrefParam param[] = {
{"filtering_debug_log_length", "500", &prefs_common.filtering_debug_loglength, P_INT,
NULL, NULL, NULL},
- {"gtk_can_change_accels", "TRUE", &prefs_common.gtk_can_change_accels, P_BOOL,
+ {"gtk_can_change_accels", "FALSE", &prefs_common.gtk_can_change_accels, P_BOOL,
NULL, NULL, NULL},
{"color_new", "#0000b3", &prefs_common.color_new, P_COLOR,