aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-06 11:13:04 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-06 11:13:04 +0000
commit7f0a8d80fdb7ad6a254bbfa5eb8af0f21f206067 (patch)
tree16d8e5aa74c20cf0bf29df63e57fa3491e7e68cf /ChangeLog
parent5db09c44a0879e21a41615a05b6a72f5c2b319d5 (diff)
don't use 'destroy' signal to destroy objects.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@316 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81e8029c..48dc6f0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-06-06
+ * src/mimeview.c
+ src/sourcewindow.c: don't use "destroy" signal to destroy objects.
+
+2005-06-06
+
* src/compose.c: don't use "destroy" signal to destroy Compose object
(fix rare crashes on discard?).