aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2000-09-06 04:20:09 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-09-06 04:20:09 +0800
commit43851a4f3d9506725161f8ced6db31d2d79e2046 (patch)
treec4ef742c8982b0a1ccac78ff89b0c7772a3d6dec /calendar/ChangeLog
parent2e91dd59bf9615fd871eb237fc938158b37e0ac8 (diff)
downloadgsoc2013-evolution-43851a4f3d9506725161f8ced6db31d2d79e2046.tar
gsoc2013-evolution-43851a4f3d9506725161f8ced6db31d2d79e2046.tar.gz
gsoc2013-evolution-43851a4f3d9506725161f8ced6db31d2d79e2046.tar.bz2
gsoc2013-evolution-43851a4f3d9506725161f8ced6db31d2d79e2046.tar.lz
gsoc2013-evolution-43851a4f3d9506725161f8ced6db31d2d79e2046.tar.xz
gsoc2013-evolution-43851a4f3d9506725161f8ced6db31d2d79e2046.tar.zst
gsoc2013-evolution-43851a4f3d9506725161f8ced6db31d2d79e2046.zip
Append the exdate to the list AFTER we create the date value.
2000-09-05 JP Rosevear <jpr@helixcode.com> * gui/e-day-view.c (e_day_view_on_delete_occurrence): Append the exdate to the list AFTER we create the date value. svn path=/trunk/; revision=5204
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 9437353ddb..0fbbdf3f4f 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,10 @@
2000-09-05 JP Rosevear <jpr@helixcode.com>
+ * gui/e-day-view.c (e_day_view_on_delete_occurrence): Append
+ the exdate to the list AFTER we create the date value.
+
+2000-09-05 JP Rosevear <jpr@helixcode.com>
+
* cal-util/cal-component.c (cal_component_free_recur_list): Free
the data, not the list element.