diff options
Diffstat (limited to 'mail/mail-account-gui.c')
-rw-r--r-- | mail/mail-account-gui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-account-gui.c b/mail/mail-account-gui.c index 981a1b98e9..c532e1a0c3 100644 --- a/mail/mail-account-gui.c +++ b/mail/mail-account-gui.c @@ -1103,7 +1103,7 @@ sig_edit_text (GtkWidget *w, MailAccountGui *gui) return; if (sig->filename && *sig->filename) - mail_signature_editor (sig->filename, sig->html); + mail_signature_editor (sig); else e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, _("Please specify signature filename\nin Andvanced section of signature settings.")); @@ -1118,7 +1118,7 @@ sig_edit_html (GtkWidget *w, MailAccountGui *gui) return; if (sig->filename && *sig->filename) - mail_signature_editor (sig->filename, sig->html); + mail_signature_editor (sig); else e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, _("Please specify signature filename\nin Andvanced section of signature settings.")); |