From f30e1015ac3ce4b99398f5f8df05ef6ab88ccf13 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Sat, 24 Jun 2006 11:10:06 +0000 Subject: [PATCH] 2006-06-24 [paul] 2.3.1cvs18 * src/prefs_common.c use the correct default value --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/prefs_common.c | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f9eac28f1..186d0fe44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-24 [paul] 2.3.1cvs18 + + * src/prefs_common.c + use the correct default value + 2006-06-24 [paul] 2.3.1cvs17 * src/compose.c diff --git a/PATCHSETS b/PATCHSETS index 30abb143f..d2ccae3f2 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1618,3 +1618,4 @@ ( cvs diff -u -r 1.16.2.21 -r 1.16.2.22 src/prefs_customheader.c; ) > 2.3.1cvs15.patchset ( cvs diff -u -r 1.382.2.283 -r 1.382.2.284 src/compose.c; ) > 2.3.1cvs16.patchset ( cvs diff -u -r 1.382.2.284 -r 1.382.2.285 src/compose.c; cvs diff -u -r 1.204.2.89 -r 1.204.2.90 src/prefs_common.c; cvs diff -u -r 1.103.2.52 -r 1.103.2.53 src/prefs_common.h; cvs diff -u -r 1.1.2.8 -r 1.1.2.9 src/prefs_compose_writing.c; ) > 2.3.1cvs17.patchset +( cvs diff -u -r 1.204.2.90 -r 1.204.2.91 src/prefs_common.c; ) > 2.3.1cvs18.patchset diff --git a/configure.ac b/configure.ac index 70b7783f0..5e6a5189c 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=3 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=17 +EXTRA_VERSION=18 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/prefs_common.c b/src/prefs_common.c index ce929c34d..4d919f521 100644 --- a/src/prefs_common.c +++ b/src/prefs_common.c @@ -230,7 +230,7 @@ static PrefParam param[] = { #endif {"reply_with_quote", "TRUE", &prefs_common.reply_with_quote, P_BOOL, NULL, NULL, NULL}, - {"compose_dnd_insert_or_attach", "TRUE", &prefs_common.compose_dnd_mode, P_ENUM, + {"compose_dnd_insert_or_attach", "0", &prefs_common.compose_dnd_mode, P_ENUM, NULL, NULL, NULL}, /* Account autoselection */ -- 2.25.1