aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-17 05:55:10 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-17 05:55:10 +0000
commit0d3959531207004cb897c47319ac3a71aa532d19 (patch)
treec8f475341fc8262450b440c86d4ca0e587ea4ab9 /ChangeLog
parentc555c5d5eb02b08a1efb7014a690dfc62d897e1e (diff)
in addressbook, fixed a crash bug that if a person was removed and its e-mail address was referenced by a group in another folder.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1642 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf02a824..bbf9346e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-04-17
+ * src/addrcache.c
+ src/addressbook.c: fixed a crash bug that if a person was removed
+ and its e-mail address was referenced by a group in another folder.
+
+2007-04-17
+
* libsylph/session.[ch]: remove idle callback on close, and check
GSource in the callback (possibly fixes crashes on cancellation).