From eb7c5ae3c5fa9ab3bab2a60d7a0c8a5a4ed93cb7 Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Fri, 31 Dec 1999 15:58:08 +0000 Subject: Committed fixes for the end-on-day recurrence bug where the last day was skipped. Also fixed problem with multiple setitimer calls that where especially pesky in the corba part, where corba calls would cause numerous alarm dialogs when the events alarm went off. svn path=/trunk/; revision=1525 --- calendar/gui/corba-cal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/corba-cal.c') diff --git a/calendar/gui/corba-cal.c b/calendar/gui/corba-cal.c index 472d83008e..2a3a727869 100644 --- a/calendar/gui/corba-cal.c +++ b/calendar/gui/corba-cal.c @@ -251,7 +251,7 @@ cal_repo_get_updated_objects (PortableServer_Servant servant, CORBA_char *res; char *str; - dirty_cal = calendar_new ("Temporal"); + dirty_cal = calendar_new ("Temporal",CALENDAR_INIT_NIL); for (l = gcal->cal->events; l; l = l->next){ iCalObject *obj = l->data; -- cgit v1.2.3