diff options
Diffstat (limited to 'em-format/e-mail-formatter-error.c')
-rw-r--r-- | em-format/e-mail-formatter-error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/em-format/e-mail-formatter-error.c b/em-format/e-mail-formatter-error.c index d5fd64b50d..a329abfffd 100644 --- a/em-format/e-mail-formatter-error.c +++ b/em-format/e-mail-formatter-error.c @@ -54,7 +54,7 @@ emfe_error_format (EMailFormatterExtension *extension, CamelDataWrapper *dw; gchar *html; - dw = camel_medium_get_content ((CamelMedium *) part->part); + dw = camel_medium_get_content (CAMEL_MEDIUM (part->part)); html = g_strdup_printf ( "<div class=\"part-container\" style=\"" |