diff options
Diffstat (limited to 'composer/e-msg-composer.h')
-rw-r--r-- | composer/e-msg-composer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h index 7c05668543..f702d3dfb1 100644 --- a/composer/e-msg-composer.h +++ b/composer/e-msg-composer.h @@ -85,7 +85,7 @@ struct _EMsgComposerClass { GType e_msg_composer_get_type (void); EMsgComposer * e_msg_composer_new (EShell *shell); EMsgComposer * e_msg_composer_new_with_message (EShell *shell, - CamelMimeMessage *msg, + CamelMimeMessage *message, gboolean keep_signature, GCancellable *cancellable); EMsgComposer * e_msg_composer_new_from_url (EShell *shell, |