[evolution] Bug 593614 - efh_format_secure() recurses forever



commit e7a7e7d1b421475da992e480b1b74e98ef568f6b
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Aug 31 18:26:24 2009 -0400

    Bug 593614 - efh_format_secure() recurses forever

 mail/em-format-html.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index b9657a1..37455a1 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]