diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 21:33:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 21:33:38 +0800 |
commit | f425fdc8e2a68fe6fece41ee0684ced30cebc1ed (patch) | |
tree | 91c5da26d2aa04b4281eec841a7b475c372527e8 /mail/em-composer-utils.h | |
parent | 0d6061a4ebf34cbe4f640e755372c38bd698ed25 (diff) | |
download | gsoc2013-evolution-f425fdc8e2a68fe6fece41ee0684ced30cebc1ed.tar.gz gsoc2013-evolution-f425fdc8e2a68fe6fece41ee0684ced30cebc1ed.tar.zst gsoc2013-evolution-f425fdc8e2a68fe6fece41ee0684ced30cebc1ed.zip |
Fix some issues when building Anjal.
Diffstat (limited to 'mail/em-composer-utils.h')
-rw-r--r-- | mail/em-composer-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-composer-utils.h b/mail/em-composer-utils.h index f8c2cd580c..763de3301c 100644 --- a/mail/em-composer-utils.h +++ b/mail/em-composer-utils.h @@ -36,7 +36,7 @@ void em_utils_compose_new_message (const gchar *fromuri); EMsgComposer * em_utils_compose_lite_new_message (const gchar *fromuri); /* FIXME: mailto? url? should make up its mind what its called. imho use 'uri' */ -void em_utils_compose_new_message_with_mailto (const gchar *url, const gchar *fromuri); +EMsgComposer * em_utils_compose_new_message_with_mailto (const gchar *url, const gchar *fromuri); GtkWidget * em_utils_edit_message (CamelMimeMessage *message, CamelFolder *folder); void em_utils_edit_messages (CamelFolder *folder, GPtrArray *uids, gboolean replace); |