aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-02 23:57:20 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-03 04:15:46 +0800
commit8f5a1d2c718089b7b5734dbe178ef6a3cbd3da5a (patch)
treef35f1a03cd769d1f76b207742431621a1108a851 /plugins
parent475ea467c199cf08411611efc00848ca9354f702 (diff)
downloadgsoc2013-evolution-8f5a1d2c718089b7b5734dbe178ef6a3cbd3da5a.tar
gsoc2013-evolution-8f5a1d2c718089b7b5734dbe178ef6a3cbd3da5a.tar.gz
gsoc2013-evolution-8f5a1d2c718089b7b5734dbe178ef6a3cbd3da5a.tar.bz2
gsoc2013-evolution-8f5a1d2c718089b7b5734dbe178ef6a3cbd3da5a.tar.lz
gsoc2013-evolution-8f5a1d2c718089b7b5734dbe178ef6a3cbd3da5a.tar.xz
gsoc2013-evolution-8f5a1d2c718089b7b5734dbe178ef6a3cbd3da5a.tar.zst
gsoc2013-evolution-8f5a1d2c718089b7b5734dbe178ef6a3cbd3da5a.zip
em_utils_edit_message: Change return type to EMsgComposer.
(cherry picked from commit 1570f53d1eab0a750680df72be3363659f11db46) Conflicts: plugins/templates/templates.c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/templates/templates.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c
index 9b11ab5f2e..948fa05bf3 100644
--- a/plugins/templates/templates.c
+++ b/plugins/templates/templates.c
@@ -928,7 +928,7 @@ 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));
+ composer = em_utils_edit_message (shell, folder, new, message_uid);
if (composer && context->source_folder_uri && context->message_uid)
e_msg_composer_set_source_headers (
composer, context->source_folder_uri,