From e7a7e7d1b421475da992e480b1b74e98ef568f6b Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 31 Aug 2009 18:26:24 -0400 Subject: Bug 593614 - efh_format_secure() recurses forever --- mail/em-format-html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3