From 7251a2d2bc2274529e1ddd1d5a3c04771cc86113 Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Wed, 15 Sep 1999 08:38:05 +0000 Subject: added sources to calendar-conduit * gncal/Makefile.am: added sources to calendar-conduit * gncal/calendar-conduit.c: imported Miguels update_record function * gncal/corba-cal.c: fixed a grave bug in exception throwing, which cause ORBit to sigsegv. svn path=/trunk/; revision=1229 --- calendar/pcs/calobj.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/pcs/calobj.h') diff --git a/calendar/pcs/calobj.h b/calendar/pcs/calobj.h index 07ba3f1cc7..8be38e5d26 100644 --- a/calendar/pcs/calobj.h +++ b/calendar/pcs/calobj.h @@ -180,8 +180,8 @@ typedef struct { void *user_data; /* Generic data pointer */ /* Pilot */ - int pilot_status; /* Status information */ - int pilot_id; /* Pilot ID */ + iCalPilotState pilot_status; /* Status information */ + int pilot_id; /* Pilot ID */ } iCalObject; /* The callback for the recurrence generator */ -- cgit v1.2.3