2005-06-08 [paul] 1.9.11cvs47
authorPaul Mangan <paul@claws-mail.org>
Wed, 8 Jun 2005 07:29:04 +0000 (07:29 +0000)
committerPaul Mangan <paul@claws-mail.org>
Wed, 8 Jun 2005 07:29:04 +0000 (07:29 +0000)
* src/compose.c
correction to/completion of last
sync with main

ChangeLog-gtk2.claws
PATCHSETS
configure.ac
src/compose.c

index d7a84bfeadf6006d15567a0f2c472cc6fcd2b634..1ed335277e8816c3d36a50c85d7de3c719d7c9ef 100644 (file)
@@ -1,3 +1,9 @@
+2005-06-08 [paul]      1.9.11cvs47
+
+       * src/compose.c
+               correction to/completion of last
+               sync with main
+
 2005-06-08 [paul]      1.9.11cvs46
 
        sync with main:
index 974660f4f3ad79f2ea1809d0649be74676eec0e2..8d6b3cc95d371edb112fb62533b5b2034c470b69 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.395.2.76 -r 1.395.2.77 src/summaryview.c;  ) > 1.9.11cvs44.patchset
 ( cvs diff -u -r 1.395.2.77 -r 1.395.2.78 src/summaryview.c;  ) > 1.9.11cvs45.patchset
 ( cvs diff -u -r 1.65.2.29 -r 1.65.2.30 src/codeconv.c;  cvs diff -u -r 1.15.2.7 -r 1.15.2.8 src/codeconv.h;  cvs diff -u -r 1.382.2.127 -r 1.382.2.128 src/compose.c;  cvs diff -u -r 1.274.2.41 -r 1.274.2.42 src/mainwindow.c;  cvs diff -u -r 1.94.2.53 -r 1.94.2.54 src/messageview.c;  cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/prefs_send.c;  cvs diff -u -r 1.9.2.12 -r 1.9.2.13 src/sourcewindow.c;  ) > 1.9.11cvs46.patchset
+( cvs diff -u -r 1.382.2.128 -r 1.382.2.129 src/compose.c;  ) > 1.9.11cvs47.patchset
index c4f1c43eeaf13c0fb6b41392ae801cc409f4e95f..995be5741d2cb671202829cd32dc3c36eddeb617 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=11
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=46
+EXTRA_VERSION=47
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index b5967553c8830a7c98fd8222c34fb485cc6c992a..1acea3bff789aca266a0fdd766d0de25662d0037 100644 (file)
@@ -5419,8 +5419,6 @@ static void compose_destroy(Compose *compose)
        toolbar_destroy(compose->toolbar);
        g_free(compose->toolbar);
        g_free(compose);
-
-       compose_list = g_list_remove(compose_list, compose);
 }
 
 static void compose_attach_info_free(AttachInfo *ainfo)