aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer.c
diff options
context:
space:
mode:
authorRadek Doulik <rodo@ximian.com>2004-01-28 22:23:28 +0800
committerRadek Doulik <rodo@src.gnome.org>2004-01-28 22:23:28 +0800
commite8054e4c4c3544a0dbc7a4d94ee3a785ff5e9a0e (patch)
tree7894dc79a964df267c895dea98206f606a53ff0e /composer/e-msg-composer.c
parent21938529f5ad7aaa2e82dd1ae2723a6ff65544f2 (diff)
downloadgsoc2013-evolution-e8054e4c4c3544a0dbc7a4d94ee3a785ff5e9a0e.tar
gsoc2013-evolution-e8054e4c4c3544a0dbc7a4d94ee3a785ff5e9a0e.tar.gz
gsoc2013-evolution-e8054e4c4c3544a0dbc7a4d94ee3a785ff5e9a0e.tar.bz2
gsoc2013-evolution-e8054e4c4c3544a0dbc7a4d94ee3a785ff5e9a0e.tar.lz
gsoc2013-evolution-e8054e4c4c3544a0dbc7a4d94ee3a785ff5e9a0e.tar.xz
gsoc2013-evolution-e8054e4c4c3544a0dbc7a4d94ee3a785ff5e9a0e.tar.zst
gsoc2013-evolution-e8054e4c4c3544a0dbc7a4d94ee3a785ff5e9a0e.zip
set body text after setting composer's signature, so that signature is
2004-01-27 Radek Doulik <rodo@ximian.com> * e-msg-composer.c (e_msg_composer_new_with_type): set body text after setting composer's signature, so that signature is shown Fixes #53367 svn path=/trunk/; revision=24492
Diffstat (limited to 'composer/e-msg-composer.c')
-rw-r--r--composer/e-msg-composer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index 96b551a78d..5c4a22e0d6 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -3275,8 +3275,8 @@ e_msg_composer_new_with_type (int type)
if (new) {
e_msg_composer_set_send_html (new, send_html);
- set_editor_text (new, "");
set_editor_signature (new);
+ e_msg_composer_set_body_text (new, "");
}
return new;