diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2008-02-19 21:55:15 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-02-19 21:55:15 +0800 |
commit | fb7a447225a028e0373ebfbd02a3ae338df21e51 (patch) | |
tree | 80f01d58373972f75fdbf4baf876ae98cabb7d63 /plugins/itip-formatter/ChangeLog | |
parent | d3db6453d58ba44b0fb77ab6024c24bec8b6e388 (diff) | |
download | gsoc2013-evolution-fb7a447225a028e0373ebfbd02a3ae338df21e51.tar gsoc2013-evolution-fb7a447225a028e0373ebfbd02a3ae338df21e51.tar.gz gsoc2013-evolution-fb7a447225a028e0373ebfbd02a3ae338df21e51.tar.bz2 gsoc2013-evolution-fb7a447225a028e0373ebfbd02a3ae338df21e51.tar.lz gsoc2013-evolution-fb7a447225a028e0373ebfbd02a3ae338df21e51.tar.xz gsoc2013-evolution-fb7a447225a028e0373ebfbd02a3ae338df21e51.tar.zst gsoc2013-evolution-fb7a447225a028e0373ebfbd02a3ae338df21e51.zip |
** Fix for bug #517072
2008-02-19 Paul Bolle <pebolle@tiscali.nl>
** Fix for bug #517072
* itip-view.c: (set_summary_text):
Properly escape summary text.
svn path=/trunk/; revision=35051
Diffstat (limited to 'plugins/itip-formatter/ChangeLog')
-rw-r--r-- | plugins/itip-formatter/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/itip-formatter/ChangeLog b/plugins/itip-formatter/ChangeLog index f105e91934..eafbacb232 100644 --- a/plugins/itip-formatter/ChangeLog +++ b/plugins/itip-formatter/ChangeLog @@ -1,3 +1,10 @@ +2008-02-19 Paul Bolle <pebolle@tiscali.nl> + + ** Fix for bug #517072 + + * itip-view.c: (set_summary_text): + Properly escape summary text. + 2008-02-18 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #515744 |