diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-02 23:57:20 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-02 23:58:08 +0800 |
commit | 1570f53d1eab0a750680df72be3363659f11db46 (patch) | |
tree | 8e29a2dea46565f29e9bae3b8250a778f39849a7 /plugins/templates | |
parent | ca14cc115ee90650f1546ed3d95bf1ce6010569f (diff) | |
download | gsoc2013-evolution-1570f53d1eab0a750680df72be3363659f11db46.tar gsoc2013-evolution-1570f53d1eab0a750680df72be3363659f11db46.tar.gz gsoc2013-evolution-1570f53d1eab0a750680df72be3363659f11db46.tar.bz2 gsoc2013-evolution-1570f53d1eab0a750680df72be3363659f11db46.tar.lz gsoc2013-evolution-1570f53d1eab0a750680df72be3363659f11db46.tar.xz gsoc2013-evolution-1570f53d1eab0a750680df72be3363659f11db46.tar.zst gsoc2013-evolution-1570f53d1eab0a750680df72be3363659f11db46.zip |
em_utils_edit_message: Change return type to EMsgComposer.
Diffstat (limited to 'plugins/templates')
-rw-r--r-- | plugins/templates/templates.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c index 69fae43ee2..7a176b4b70 100644 --- a/plugins/templates/templates.c +++ b/plugins/templates/templates.c @@ -928,7 +928,8 @@ create_new_message (CamelFolder *folder, template, CAMEL_RECIPIENT_TYPE_BCC)); /* Create the composer */ - composer = E_MSG_COMPOSER (em_utils_edit_message (shell, folder, new, message_uid, TRUE)); + composer = em_utils_edit_message ( + shell, folder, new, message_uid, TRUE); if (composer && context->source_folder_uri && context->message_uid) e_msg_composer_set_source_headers ( composer, context->source_folder_uri, |