aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorVeerapuram Varadhan <vvaradan@src.gnome.org>2005-10-01 01:13:04 +0800
committerVeerapuram Varadhan <vvaradan@src.gnome.org>2005-10-01 01:13:04 +0800
commit7c0907172f5dfef27b188a745f0525a76f1fa5b8 (patch)
tree2d8e5f17755327a9dfd9c938c198ef6ada42a66e /calendar/ChangeLog
parenta61075336b590e86aede3936ae0e19577b60f439 (diff)
downloadgsoc2013-evolution-7c0907172f5dfef27b188a745f0525a76f1fa5b8.tar
gsoc2013-evolution-7c0907172f5dfef27b188a745f0525a76f1fa5b8.tar.gz
gsoc2013-evolution-7c0907172f5dfef27b188a745f0525a76f1fa5b8.tar.bz2
gsoc2013-evolution-7c0907172f5dfef27b188a745f0525a76f1fa5b8.tar.lz
gsoc2013-evolution-7c0907172f5dfef27b188a745f0525a76f1fa5b8.tar.xz
gsoc2013-evolution-7c0907172f5dfef27b188a745f0525a76f1fa5b8.tar.zst
gsoc2013-evolution-7c0907172f5dfef27b188a745f0525a76f1fa5b8.zip
Fixes #303702 Call e_cal_component_commit_sequence() after modifying the
Fixes #303702 * calendar/conduits/calendar/calendar-conduit.c: (process_multi_day): Call e_cal_component_commit_sequence() after modifying the properties of an ECalComponent and before fetching its icalcomponent. Reworked the patch from Dave Malcolm <dmalcolm@redhat.com> svn path=/trunk/; revision=30453
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index c8072916f7..ef0c1b91f0 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,13 @@
+2005-09-30 Veerapuram Varadhan <vvaradhan@novell.com>
+
+ Fixes #303702
+ * calendar/conduits/calendar/calendar-conduit.c:
+ (process_multi_day): Call e_cal_component_commit_sequence() after
+ modifying the properties of an ECalComponent and before fetching
+ its icalcomponent.
+
+ Reworked the patch from Dave Malcolm <dmalcolm@redhat.com>
+
2005-09-30 Viren.L <lviren@novell.com>
Fixes #258786