diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-10 05:59:05 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-10 05:59:05 +0800 |
commit | 9dc535310a4512255d05185c26bf2f08fb3c1507 (patch) | |
tree | 116c6df42cb213e37f61943c0eeda5cc3b1e02fd /mail/ChangeLog | |
parent | 56ddb4490bb634e033c3efc1bc20170d2edfcc95 (diff) | |
download | gsoc2013-evolution-9dc535310a4512255d05185c26bf2f08fb3c1507.tar gsoc2013-evolution-9dc535310a4512255d05185c26bf2f08fb3c1507.tar.gz gsoc2013-evolution-9dc535310a4512255d05185c26bf2f08fb3c1507.tar.bz2 gsoc2013-evolution-9dc535310a4512255d05185c26bf2f08fb3c1507.tar.lz gsoc2013-evolution-9dc535310a4512255d05185c26bf2f08fb3c1507.tar.xz gsoc2013-evolution-9dc535310a4512255d05185c26bf2f08fb3c1507.tar.zst gsoc2013-evolution-9dc535310a4512255d05185c26bf2f08fb3c1507.zip |
If the ccd is NULL, create a new ccd, disconnect the old signal handlers,
2002-08-09 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (save_draft_done): If the ccd is NULL, create a
new ccd, disconnect the old signal handlers, and then reconnect
the signal handlers using the non-NULL ccd as the user_data.
(composer_send_queued_cb): Same, but only if the queue append
operation failed.
svn path=/trunk/; revision=17756
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 714c5ed7ba..91a9818e97 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2002-08-09 Jeffrey Stedfast <fejj@ximian.com> + + * mail-callbacks.c (save_draft_done): If the ccd is NULL, create a + new ccd, disconnect the old signal handlers, and then reconnect + the signal handlers using the non-NULL ccd as the user_data. + (composer_send_queued_cb): Same, but only if the queue append + operation failed. + 2002-08-09 Dan Winship <danw@ximian.com> * mail-callbacks.c (composer_send_queued_cb, save_draft_done): |