2006-06-24 [paul] 2.3.1cvs18
authorPaul Mangan <paul@claws-mail.org>
Sat, 24 Jun 2006 11:10:06 +0000 (11:10 +0000)
committerPaul Mangan <paul@claws-mail.org>
Sat, 24 Jun 2006 11:10:06 +0000 (11:10 +0000)
* src/prefs_common.c
use the correct default value

ChangeLog
PATCHSETS
configure.ac
src/prefs_common.c

index f9eac28f14b7d75683fd56e53d9886d8f3850acd..186d0fe44839011c6ec8331ac9258aaa0ecf10dd 100644 (file)
--- 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
index 30abb143f24f2ebb44a65acfb39e6fbc7ad69ba9..d2ccae3f2ee716af174cbccc217018456180ffef 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( 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
index 70b7783f0c9dcef39f5c146ecad08ef5a2b839e1..5e6a5189cfc9a96aa2734d98ae91ffc09de028de 100644 (file)
@@ -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=
 
index ce929c34d5dee21f1d3a0d738044f3d18a3f6c3d..4d919f52163fb3f16670252d3e66e0d60896f1c3 100644 (file)
@@ -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 */