aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/em-format-html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index b9657a1fd9..37455a1bc4 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -1477,7 +1477,7 @@ efh_format_secure(EMFormat *emf, CamelStream *stream, CamelMimePart *part, Camel
{
EMFormatClass *format_class;
- format_class = EM_FORMAT_GET_CLASS (emf);
+ format_class = EM_FORMAT_CLASS (parent_class);
g_return_if_fail (format_class->format_secure != NULL);
format_class->format_secure (emf, stream, part, valid);