No longer need to call e_msg_composer_show_sig_file(). This gets handled
2002-02-12 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (create_msg_composer): No longer need to call e_msg_composer_show_sig_file(). This gets handled auto-magically by a signal emition when the default From address chooser gets created. (do_forward_non_attached): No longer need to call it here either because e_msg_composer_set_body_text() now makes sure to re-show the signature. svn path=/trunk/; revision=15693
This commit is contained in:

committed by
Jeffrey Stedfast

parent
24c0e32fa5
commit
cfb7f58d26
@ -1,3 +1,13 @@
|
||||
2002-02-12 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* mail-callbacks.c (create_msg_composer): No longer need to call
|
||||
e_msg_composer_show_sig_file(). This gets handled auto-magically
|
||||
by a signal emition when the default From address chooser gets
|
||||
created.
|
||||
(do_forward_non_attached): No longer need to call it here either
|
||||
because e_msg_composer_set_body_text() now makes sure to re-show
|
||||
the signature.
|
||||
|
||||
2002-02-12 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* mail-callbacks.c (do_forward_non_attached): Show the signature.
|
||||
|
@ -690,7 +690,6 @@ create_msg_composer (const MailConfigAccount *account, const char *url)
|
||||
if (composer) {
|
||||
e_msg_composer_hdrs_set_from_account (E_MSG_COMPOSER_HDRS (composer->hdrs), account->name);
|
||||
e_msg_composer_set_send_html (composer, send_html);
|
||||
e_msg_composer_show_sig_file (composer);
|
||||
e_msg_composer_unset_changed (composer);
|
||||
e_msg_composer_drop_editor_undo (composer);
|
||||
return GTK_WIDGET (composer);
|
||||
@ -1214,7 +1213,6 @@ do_forward_non_attached (CamelFolder *folder, char *uid, CamelMimeMessage *messa
|
||||
CamelDataWrapper *wrapper;
|
||||
|
||||
e_msg_composer_set_body_text (composer, text);
|
||||
e_msg_composer_show_sig_file (composer);
|
||||
|
||||
wrapper = camel_medium_get_content_object (CAMEL_MEDIUM (message));
|
||||
if (CAMEL_IS_MULTIPART (wrapper))
|
||||
|
Reference in New Issue
Block a user