aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-04-07 11:24:19 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-04-07 11:24:19 +0800
commitae2246b944b66b5fccf21e3008c2d63f38833b05 (patch)
treec1aa4229e3d5268f5301f1ff954e95f164d33aa4 /calendar/ChangeLog
parent6f9d514d205215465b89deb4db28f6ecb403dff5 (diff)
downloadgsoc2013-evolution-ae2246b944b66b5fccf21e3008c2d63f38833b05.tar
gsoc2013-evolution-ae2246b944b66b5fccf21e3008c2d63f38833b05.tar.gz
gsoc2013-evolution-ae2246b944b66b5fccf21e3008c2d63f38833b05.tar.bz2
gsoc2013-evolution-ae2246b944b66b5fccf21e3008c2d63f38833b05.tar.lz
gsoc2013-evolution-ae2246b944b66b5fccf21e3008c2d63f38833b05.tar.xz
gsoc2013-evolution-ae2246b944b66b5fccf21e3008c2d63f38833b05.tar.zst
gsoc2013-evolution-ae2246b944b66b5fccf21e3008c2d63f38833b05.zip
Use a GString to construct the body contents and also fix several memory
2007-04-06 Matthew Barnes <mbarnes@redhat.com> * gui/itip-utils.c (reply_to_calendar_comp): Use a GString to construct the body contents and also fix several memory leaks. (#408423) Based on a patch from Daniel Gryniewicz. svn path=/trunk/; revision=33397
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 03ac9e5ecf..3b0e590eb1 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,11 @@
2007-04-06 Matthew Barnes <mbarnes@redhat.com>
+ * gui/itip-utils.c (reply_to_calendar_comp):
+ Use a GString to construct the body contents and also fix several
+ memory leaks. (#408423) Based on a patch from Daniel Gryniewicz.
+
+2007-04-06 Matthew Barnes <mbarnes@redhat.com>
+
* gui/memos-component.c (impl__get_userCreatableItems):
Fix a duplicate keyboard shortcut. (#353922)
Patch from Diego Escalante Urrelo