From b3a57cc8feb0929e1c5e09e12371b1f9d7ab7e15 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Wed, 8 Nov 2000 17:32:37 +0000 Subject: likewise 2000-11-08 Radek Doulik * mail-format.c (mail_generate_reply): likewise * mail-callbacks.c (create_msg_composer): added send_html arg to e_msg_composer_new_with_sig_file call svn path=/trunk/; revision=6511 --- mail/mail-callbacks.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mail/mail-callbacks.c') diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c index b6a9f9bcea..6581463c88 100644 --- a/mail/mail-callbacks.c +++ b/mail/mail-callbacks.c @@ -366,13 +366,13 @@ create_msg_composer (const char *url) if (id) sig_file = id->sig; - if (url != NULL) + if (url != NULL) { composer = e_msg_composer_new_from_url (url); - else - composer = e_msg_composer_new_with_sig_file (sig_file); - if (composer) - e_msg_composer_set_send_html (composer, send_html); - + if (composer) + e_msg_composer_set_send_html (composer, send_html); + } else + composer = e_msg_composer_new_with_sig_file (sig_file, send_html); + return (GtkWidget *)composer; } -- cgit v1.2.3