diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-06-10 20:04:42 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-06-10 20:04:42 +0800 |
commit | 9cfacbca72b36382687b45e5de71cc73280cc10e (patch) | |
tree | f3b9619cbec470bfab3dfb18274126d59a833f7c /calendar/ChangeLog | |
parent | 5a58230a6d1615225ed6feb32091a5d1b0ac517d (diff) | |
download | gsoc2013-evolution-9cfacbca72b36382687b45e5de71cc73280cc10e.tar.gz gsoc2013-evolution-9cfacbca72b36382687b45e5de71cc73280cc10e.tar.zst gsoc2013-evolution-9cfacbca72b36382687b45e5de71cc73280cc10e.zip |
Fixes #58799
2004-06-10 Rodrigo Moya <rodrigo@novell.com>
Fixes #58799
* gui/e-calendar-view.c (e_calendar_view_delete_selected_occurrence):
Use the timezone for getting the RECUR-ID from the instance start
date if available. Also, use dates only as the recurrence ID, and
do nothing if not a recurrent appointment.
svn path=/trunk/; revision=26281
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8a5fc41c6d..8c862ae165 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2004-06-10 Rodrigo Moya <rodrigo@novell.com> + + Fixes #58799 + + * gui/e-calendar-view.c (e_calendar_view_delete_selected_occurrence): + Use the timezone for getting the RECUR-ID from the instance start + date if available. Also, use dates only as the recurrence ID, and + do nothing if not a recurrent appointment. + 2004-06-09 JP Rosevear <jpr@novell.com> * gui/gnome-cal.c (get_times_for_views): calculate the work week, |