diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-09-06 02:16:26 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-09-06 02:16:26 +0800 |
commit | e0daf2ad0c8954c2c4f57e3f342f27569088470c (patch) | |
tree | d8ec5162537f6c2b3863f8c1ca14290df7c8f6a9 /calendar/ChangeLog | |
parent | 699f00049570b6024ba520505a68fdb355b2106d (diff) | |
download | gsoc2013-evolution-e0daf2ad0c8954c2c4f57e3f342f27569088470c.tar.gz gsoc2013-evolution-e0daf2ad0c8954c2c4f57e3f342f27569088470c.tar.zst gsoc2013-evolution-e0daf2ad0c8954c2c4f57e3f342f27569088470c.zip |
Check to see if r->enddate is (time_t)-1 and set to 0 if so
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
svn path=/trunk/; revision=5198
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4925b08416..82e29699aa 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +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 + 2000-09-02 Ettore Perazzoli <ettore@helixcode.com> * conduits/calendar/Makefile.am (INCLUDES): Add libical include |