aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-05-17 23:10:43 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-05-17 23:10:43 +0800
commitfbcda31bfd17096361fb4c619486c15bfc260ad0 (patch)
tree046f1ba67c0d09ee77cdc43a21d9868f626766f8 /calendar/ChangeLog
parenta54c54fd76f48ee3d73ca8e246439321a8d11a51 (diff)
downloadgsoc2013-evolution-fbcda31bfd17096361fb4c619486c15bfc260ad0.tar
gsoc2013-evolution-fbcda31bfd17096361fb4c619486c15bfc260ad0.tar.gz
gsoc2013-evolution-fbcda31bfd17096361fb4c619486c15bfc260ad0.tar.bz2
gsoc2013-evolution-fbcda31bfd17096361fb4c619486c15bfc260ad0.tar.lz
gsoc2013-evolution-fbcda31bfd17096361fb4c619486c15bfc260ad0.tar.xz
gsoc2013-evolution-fbcda31bfd17096361fb4c619486c15bfc260ad0.tar.zst
gsoc2013-evolution-fbcda31bfd17096361fb4c619486c15bfc260ad0.zip
if we don't have a RECURRENCE-ID, remove nothing, and use the instance
2004-05-17 Rodrigo Moya <rodrigo@ximian.com> * gui/e-calendar-view.c (e_calendar_view_delete_selected_occurrence): if we don't have a RECURRENCE-ID, remove nothing, and use the instance start time for the RECURRENCE-ID as the default. svn path=/trunk/; revision=25925
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 66fcd848bc..90518b6ba5 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,7 +1,8 @@
2004-05-17 Rodrigo Moya <rodrigo@ximian.com>
* gui/e-calendar-view.c (e_calendar_view_delete_selected_occurrence):
- if we don't have a RECURRENCE-ID, remove nothing.
+ if we don't have a RECURRENCE-ID, remove nothing, and use the instance
+ start time for the RECURRENCE-ID as the default.
2004-05-17 H P Nadig <hpnadig@pacific.net.in>