diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-10-28 03:59:57 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-10-28 03:59:57 +0800 |
commit | ffe49b7164bd1caf5f85db47505188842f44e75f (patch) | |
tree | 04674b90f846f9cd442c220a4a67fd3c883d7e73 /composer/ChangeLog | |
parent | 81a3b9a47a5429c12947d6dde429ad6f6648337c (diff) | |
download | gsoc2013-evolution-ffe49b7164bd1caf5f85db47505188842f44e75f.tar.gz gsoc2013-evolution-ffe49b7164bd1caf5f85db47505188842f44e75f.tar.zst gsoc2013-evolution-ffe49b7164bd1caf5f85db47505188842f44e75f.zip |
Fixed my not-quite-right logic so that we don't accidently set the body
2000-10-27 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer.c (e_msg_composer_new_with_message): Fixed my
not-quite-right logic so that we don't accidently set the body
contents using a plain text attachment instead of the actual body
of the message :-)
svn path=/trunk/; revision=6236
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index f4b31e69ad..1ae2fa7bb3 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,10 @@ +2000-10-27 Jeffrey Stedfast <fejj@helixcode.com> + + * e-msg-composer.c (e_msg_composer_new_with_message): Fixed my + not-quite-right logic so that we don't accidently set the body + contents using a plain text attachment instead of the actual body + of the message :-) + 2000-10-25 Jeffrey Stedfast <fejj@helixcode.com> * e-msg-composer.c (e_msg_composer_new_with_message): Populate the |