diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-08-04 11:49:36 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-08-04 11:49:36 +0800 |
commit | cdc96a3f5f06110bc05ca6c1cdcea03fbc2d3965 (patch) | |
tree | 12f2e5443af90f44cae2311dc6e239740b7a865b /mail/ChangeLog | |
parent | 6dd3a55a40a84a8666069d5122f715f93fc03251 (diff) | |
download | gsoc2013-evolution-cdc96a3f5f06110bc05ca6c1cdcea03fbc2d3965.tar.gz gsoc2013-evolution-cdc96a3f5f06110bc05ca6c1cdcea03fbc2d3965.tar.zst gsoc2013-evolution-cdc96a3f5f06110bc05ca6c1cdcea03fbc2d3965.zip |
Patch from Paul Bolle <pebolle@tiscali.nl>: Fix related to bug #539268 (Do not append description if it is just an empty string).
svn path=/trunk/; revision=35898
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3dbb9a64cb..514a00ba20 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2008-08-04 Paul Bolle <pebolle@tiscali.nl> + + ** Further fix for bug #539268 + + * em-format.c (em_format_describe_part): Do not append description + if it is just an empty string. + 2008-08-04 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #249844 |