diff options
Diffstat (limited to 'plugins/templates')
-rw-r--r-- | plugins/templates/templates.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c index fbe20d0adc..358a683dce 100644 --- a/plugins/templates/templates.c +++ b/plugins/templates/templates.c @@ -687,7 +687,7 @@ fill_template (CamelMimeMessage *message, } } } else - message_part = CAMEL_MIME_PART (message); + message_part = CAMEL_MIME_PART (message); /* Get content of the template */ stream = camel_stream_mem_new (); @@ -1318,7 +1318,7 @@ update_actions_cb (EShellView *shell_view, length = g_list_length (list); if (!length) { - EShellWindow *shell_window = e_shell_view_get_shell_window (shell_view); + EShellWindow *shell_window = e_shell_view_get_shell_window (shell_view); build_menu (shell_window, action_group); } |