aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-01-28 03:03:13 +0800
committerMilan Crha <mcrha@src.gnome.org>2009-01-28 03:03:13 +0800
commit402ec23cc4db1c7e3ba3f329a6f185d08f73bdcd (patch)
treed25f035aa5028455156da8e555a0dca62a083fc5 /mail/ChangeLog
parent2e94db8a65126ffcb456bd2823cf45e5b1510b0b (diff)
downloadgsoc2013-evolution-402ec23cc4db1c7e3ba3f329a6f185d08f73bdcd.tar
gsoc2013-evolution-402ec23cc4db1c7e3ba3f329a6f185d08f73bdcd.tar.gz
gsoc2013-evolution-402ec23cc4db1c7e3ba3f329a6f185d08f73bdcd.tar.bz2
gsoc2013-evolution-402ec23cc4db1c7e3ba3f329a6f185d08f73bdcd.tar.lz
gsoc2013-evolution-402ec23cc4db1c7e3ba3f329a6f185d08f73bdcd.tar.xz
gsoc2013-evolution-402ec23cc4db1c7e3ba3f329a6f185d08f73bdcd.tar.zst
gsoc2013-evolution-402ec23cc4db1c7e3ba3f329a6f185d08f73bdcd.zip
** Fix for bug #561628
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. svn path=/trunk/; revision=37142
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index bad1191117..3dfe1a41d8 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
2009-01-19 Milan Crha <mcrha@redhat.com>
** Fix for bug #204891