evolution r37142 - trunk/mail
- From: mcrha svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r37142 - trunk/mail
- Date: Tue, 27 Jan 2009 19:03:13 +0000 (UTC)
Author: mcrha
Date: Tue Jan 27 19:03:13 2009
New Revision: 37142
URL: http://svn.gnome.org/viewvc/evolution?rev=37142&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:
trunk/mail/ChangeLog
trunk/mail/em-format-html-print.c
Modified: trunk/mail/em-format-html-print.c
==============================================================================
--- trunk/mail/em-format-html-print.c (original)
+++ trunk/mail/em-format-html-print.c Tue Jan 27 19:03:13 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]