evolution r37143 - branches/gnome-2-24/mail



Author: mcrha
Date: Tue Jan 27 19:03:48 2009
New Revision: 37143
URL: http://svn.gnome.org/viewvc/evolution?rev=37143&view=rev

Log:
2009-01-27  Milan Crha  <mcrha redhat com>

	** Fix for bug #561628

	* em-format-html-print.c: (efhp_class_init):
	Initialize 'parent_class' with its parent, not with itself.



Modified:
   branches/gnome-2-24/mail/ChangeLog
   branches/gnome-2-24/mail/em-format-html-print.c

Modified: branches/gnome-2-24/mail/em-format-html-print.c
==============================================================================
--- branches/gnome-2-24/mail/em-format-html-print.c	(original)
+++ branches/gnome-2-24/mail/em-format-html-print.c	Tue Jan 27 19:03:48 2009
@@ -52,7 +52,7 @@
 static void
 efhp_class_init (GObjectClass *class)
 {
-	parent_class = g_type_class_ref(EM_TYPE_FORMAT_HTML_PRINT);
+	parent_class = g_type_class_peek_parent (class);
 	class->finalize = efhp_finalize;
 }
 



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