aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-29 14:27:52 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-29 14:27:52 +0800
commitaadeb422d2dca792606159a24de45ce074170e0d (patch)
treee6c083abc5b682725ce1404fad4e1d15102c080d /composer/e-msg-composer.c
parenta59ee4cd30692aa5d653ad9f3deccb306c583a7d (diff)
downloadgsoc2013-evolution-aadeb422d2dca792606159a24de45ce074170e0d.tar
gsoc2013-evolution-aadeb422d2dca792606159a24de45ce074170e0d.tar.gz
gsoc2013-evolution-aadeb422d2dca792606159a24de45ce074170e0d.tar.bz2
gsoc2013-evolution-aadeb422d2dca792606159a24de45ce074170e0d.tar.lz
gsoc2013-evolution-aadeb422d2dca792606159a24de45ce074170e0d.tar.xz
gsoc2013-evolution-aadeb422d2dca792606159a24de45ce074170e0d.tar.zst
gsoc2013-evolution-aadeb422d2dca792606159a24de45ce074170e0d.zip
reverted radek's patch below, it was already fixed (#53176). Changed the
2004-01-29 Not Zed <NotZed@Ximian.com> * e-msg-composer.c (e_msg_composer_new_with_type): reverted radek's patch below, it was already fixed (#53176). Changed the init order though, set_editor_signature only sets the current one, it doen'st insert it. ** See bug #53506. * e-msg-composer-hdrs.c (e_msg_composer_hdrs_set_post_to_list): use a GString to build the result. (e_msg_composer_hdrs_set_post_to_base): same here. (e_msg_composer_hdrs_set_post_to_base): dont bother copying the post_to string. (e_msg_composer_hdrs_get_post_to): change the relative-url test to ":/" rather than "://", so that mbox url's work. svn path=/trunk/; revision=24512
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 5c4a22e0d6..487d8c608e 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -3276,7 +3276,7 @@ e_msg_composer_new_with_type (int type)
if (new) {
e_msg_composer_set_send_html (new, send_html);
set_editor_signature (new);
- e_msg_composer_set_body_text (new, "");
+ set_editor_text (new, "");
}
return new;