From 008fb50b9f799f202453759650a2b4ec4fc2b5af Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Sat, 25 Sep 1999 14:30:22 +0000 Subject: the g_free that was commented out since glib said was a duplicate free, * corba-cal.c: the g_free that was commented out since glib said was a duplicate free, was supposed to be a free. * GnomeCal.idl/corba-cal.c: added a get_object_id_list and a get_objects_by_id_list. Latter is not done. * calendar-conduit.c: rewrote the way the conduit iterates over records. It no longers fetches all entries (since that didn't work with more then 285 entries. It now fetches the id list, and gets each record. (will be using get_objects_by_id_list to get records in amounts of 10 or so later, to reduce amount of corba calls). * calendar-conduit.c: now sets alarm parameters when transferring from gnomecal to pilot. svn path=/trunk/; revision=1257 --- calendar/gui/calendar-conduit.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'calendar/gui/calendar-conduit.h') diff --git a/calendar/gui/calendar-conduit.h b/calendar/gui/calendar-conduit.h index 86b38cc802..d8b320c1ce 100644 --- a/calendar/gui/calendar-conduit.h +++ b/calendar/gui/calendar-conduit.h @@ -25,8 +25,6 @@ struct _CalLocalRecord { LocalRecord local; /* The corresponding iCal object */ iCalObject *ical; - /* used by iterations, points to a GList element */ - GList *list_ptr; /* pilot-link appointment structure, used for implementing Transmit */ struct Appointment *a; }; -- cgit v1.2.3