diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-09-06 03:21:11 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-09-06 03:21:11 +0800 |
commit | 84680074b11f7a20f8e1e76975321b6daf706966 (patch) | |
tree | ac7ea770fb8df168b9e86cb20f2843ef26053650 /calendar/ChangeLog | |
parent | e0daf2ad0c8954c2c4f57e3f342f27569088470c (diff) | |
download | gsoc2013-evolution-84680074b11f7a20f8e1e76975321b6daf706966.tar gsoc2013-evolution-84680074b11f7a20f8e1e76975321b6daf706966.tar.gz gsoc2013-evolution-84680074b11f7a20f8e1e76975321b6daf706966.tar.bz2 gsoc2013-evolution-84680074b11f7a20f8e1e76975321b6daf706966.tar.lz gsoc2013-evolution-84680074b11f7a20f8e1e76975321b6daf706966.tar.xz gsoc2013-evolution-84680074b11f7a20f8e1e76975321b6daf706966.tar.zst gsoc2013-evolution-84680074b11f7a20f8e1e76975321b6daf706966.zip |
Compute the event duration using the event start/end times, not the
2000-09-05 JP Rosevear <jpr@helixcode.com>
* cal-util/cal-recur.c (cal_recur_generate_instances): Compute
the event duration using the event start/end times, not the
interval times.
svn path=/trunk/; revision=5199
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 82e29699aa..1254f8d3ea 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,11 @@ 2000-09-05 JP Rosevear <jpr@helixcode.com> + * cal-util/cal-recur.c (cal_recur_generate_instances): Compute + the event duration using the event start/end times, not the + interval times. + +2000-09-05 JP Rosevear <jpr@helixcode.com> + * cal-util/cal-recur.c (cal_recur_from_icalrecurrencetype): Check to see if r->enddate is (time_t)-1 and set to 0 if so |