diff options
author | Dan Winship <danw@src.gnome.org> | 2002-08-10 02:54:45 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-08-10 02:54:45 +0800 |
commit | d6c5e8db0d5d179a552cde5f7add078a70d521d6 (patch) | |
tree | 4e41841bf5b0d57001aac2da832a52ddcc961acd /mail/ChangeLog | |
parent | 6bea7d339a521864a0f5984a00c5039476b38b24 (diff) | |
download | gsoc2013-evolution-d6c5e8db0d5d179a552cde5f7add078a70d521d6.tar.gz gsoc2013-evolution-d6c5e8db0d5d179a552cde5f7add078a70d521d6.tar.zst gsoc2013-evolution-d6c5e8db0d5d179a552cde5f7add078a70d521d6.zip |
Handle the fact that ccd may be NULL (if the composer was created via
* mail-callbacks.c (composer_send_queued_cb, save_draft_done):
Handle the fact that ccd may be NULL (if the composer was created
via CORBA). Quick temporary fix for sending meeting requests.
svn path=/trunk/; revision=17754
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 83a94b7950..714c5ed7ba 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,8 +1,14 @@ +2002-08-09 Dan Winship <danw@ximian.com> + + * mail-callbacks.c (composer_send_queued_cb, save_draft_done): + Handle the fact that ccd may be NULL (if the composer was created + via CORBA). Quick temporary fix for sending meeting requests. + 2002-08-09 Peter Williams <peterw@ximian.com> * mail-config.c (mail_config_uri_renamed): When a URI is changed, - try to copy over threaded view settings, preview pane shown settings, - headers, hide state, tree expansion, and GAL view files. + try to copy over threaded view settings, preview pane shown + settings, headers, hide state, tree expansion, and GAL view files. (uri_to_evname): New utility function. 2002-08-08 Jeffrey Stedfast <fejj@ximian.com> |