aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/prefer-plain/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-05-27 20:38:24 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-05-27 20:38:24 +0800
commite0afa81375f31758b55366e43ca68c02a50ec214 (patch)
tree6fbca631953c48d9e4ec6258aed5cdca4ff236e5 /plugins/prefer-plain/ChangeLog
parentc3d6e8a11a7c0b9886da474f8c964d9be15475fc (diff)
downloadgsoc2013-evolution-e0afa81375f31758b55366e43ca68c02a50ec214.tar
gsoc2013-evolution-e0afa81375f31758b55366e43ca68c02a50ec214.tar.gz
gsoc2013-evolution-e0afa81375f31758b55366e43ca68c02a50ec214.tar.bz2
gsoc2013-evolution-e0afa81375f31758b55366e43ca68c02a50ec214.tar.lz
gsoc2013-evolution-e0afa81375f31758b55366e43ca68c02a50ec214.tar.xz
gsoc2013-evolution-e0afa81375f31758b55366e43ca68c02a50ec214.tar.zst
gsoc2013-evolution-e0afa81375f31758b55366e43ca68c02a50ec214.zip
** Fix for bug #532384
2008-05-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #532384 * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Choose the text/html part in normal mode only if the alrenative multipart contains also a text/plain part. svn path=/trunk/; revision=35554
Diffstat (limited to 'plugins/prefer-plain/ChangeLog')
-rw-r--r--plugins/prefer-plain/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/prefer-plain/ChangeLog b/plugins/prefer-plain/ChangeLog
index 6780f577d1..274dde355c 100644
--- a/plugins/prefer-plain/ChangeLog
+++ b/plugins/prefer-plain/ChangeLog
@@ -1,3 +1,11 @@
+2008-05-27 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #532384
+
+ * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative):
+ Choose the text/html part in normal mode only if the alrenative
+ multipart contains also a text/plain part.
+
2008-04-17 Milan Crha <mcrha@redhat.com>
** Fix for bug #451976