diff options
Diffstat (limited to 'composer/e-msg-composer.c')
-rw-r--r-- | composer/e-msg-composer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 65a372d0d0..b495474882 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -76,7 +76,6 @@ #include "mail/em-popup.h" #include "mail/em-utils.h" -#include "mail/mail-config.h" #include "mail/mail-crypto.h" #include "mail/mail-tools.h" @@ -1180,7 +1179,7 @@ get_signature_html (EMsgComposer *composer) format_html = signature->html; if (signature->script) - text = mail_config_signature_run_script ( + text = e_run_signature_script ( signature->filename); else text = e_read_signature_file ( |