diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2001-10-24 04:57:23 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-24 04:57:23 +0800 |
commit | 1ffe0b3a24d3fcb776be7c17ee957ba1f09f7522 (patch) | |
tree | 3860fcabb26ffb23e150e7e0cb5af3f0128bac63 /mail/ChangeLog | |
parent | da7687116d1225786cca781daa8c8875170d1325 (diff) | |
download | gsoc2013-evolution-1ffe0b3a24d3fcb776be7c17ee957ba1f09f7522.tar.gz gsoc2013-evolution-1ffe0b3a24d3fcb776be7c17ee957ba1f09f7522.tar.zst gsoc2013-evolution-1ffe0b3a24d3fcb776be7c17ee957ba1f09f7522.zip |
(do_user_message): Setup the message_destroy_id when we setup the
destroy handler so it doesn't get called twice.
svn path=/trunk/; revision=13955
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 61738bea97..e4bc6dbf3d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -29,6 +29,8 @@ timeout, dont do anything. (timeout_timeout): Properly honour the result, remove the timout if it returns false. + (do_user_message): Setup the message_destroy_id when we setup the + destroy handler so it doesn't get called twice. 2001-10-23 Jeffrey Stedfast <fejj@ximian.com> |