diff options
author | Radek Doulik <rodo@ximian.com> | 2004-07-23 00:36:15 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2004-07-23 00:36:15 +0800 |
commit | 7ddc1267500f3fc0f9c340e598089735e081fc4a (patch) | |
tree | b10b9d885ba546a643593a4335cd8f83b084627d /composer/ChangeLog | |
parent | d862e865114a6105ceb69088120c07cc2e39e612 (diff) | |
download | gsoc2013-evolution-7ddc1267500f3fc0f9c340e598089735e081fc4a.tar.gz gsoc2013-evolution-7ddc1267500f3fc0f9c340e598089735e081fc4a.tar.zst gsoc2013-evolution-7ddc1267500f3fc0f9c340e598089735e081fc4a.zip |
removed body content + signature html concatenating and call
2004-07-22 Radek Doulik <rodo@ximian.com>
* e-msg-composer.c (set_editor_text): removed body content +
signature html concatenating and call e_msg_composer_show_sig_file
instead
Fixes #59490
svn path=/trunk/; revision=26705
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 3689cf7cc1..cf09a1183a 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,11 @@ +2004-07-22 Radek Doulik <rodo@ximian.com> + + * e-msg-composer.c (set_editor_text): removed body content + + signature html concatenating and call e_msg_composer_show_sig_file + instead + + Fixes #59490 + 2004-07-20 Not Zed <NotZed@Ximian.com> * e-msg-composer-attachment.c: include config.h. See #61395. |