diff options
author | Dan Winship <danw@src.gnome.org> | 2000-09-19 23:35:40 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-09-19 23:35:40 +0800 |
commit | 053af645da6e5f74474d13c19ce73d236d9b76a9 (patch) | |
tree | 1ebbe95f9fcefc904dddde9faa0aea3a03391a82 /mail/ChangeLog | |
parent | c09bcfdc4332454675f3ee5bb070f5cd702a065e (diff) | |
download | gsoc2013-evolution-053af645da6e5f74474d13c19ce73d236d9b76a9.tar.gz gsoc2013-evolution-053af645da6e5f74474d13c19ce73d236d9b76a9.tar.zst gsoc2013-evolution-053af645da6e5f74474d13c19ce73d236d9b76a9.zip |
Deal with NULL composer.
* mail-callbacks.c (create_msg_composer, compose_msg, send_to_url,
mail_reply, forward_msg):
* mail-format.c (mail_generate_reply):
* mail-ops.c (cleanup_edit_messages):
* mail-view.c (view_forward_msg): Deal with NULL composer.
svn path=/trunk/; revision=5502
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 ce5f143a37..bfb27689f2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2000-09-19 Dan Winship <danw@helixcode.com> + + * mail-callbacks.c (create_msg_composer, compose_msg, send_to_url, + mail_reply, forward_msg): + * mail-format.c (mail_generate_reply): + * mail-ops.c (cleanup_edit_messages): + * mail-view.c (view_forward_msg): Deal with NULL composer. + 2000-09-18 Dan Winship <danw@helixcode.com> * main.c (main): Call gnome_vfs_init() since the composer now does |