From 0c7bf54679b4173947c8caf94a88b46196be5d6d Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Sun, 19 Sep 1999 09:35:41 +0000 Subject: About to rehash conduit. Changed pilotid in calobj to guint32. svn path=/trunk/; revision=1240 --- calendar/cal-util/calobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/cal-util/calobj.h') diff --git a/calendar/cal-util/calobj.h b/calendar/cal-util/calobj.h index 8be38e5d26..fbc92a41c5 100644 --- a/calendar/cal-util/calobj.h +++ b/calendar/cal-util/calobj.h @@ -181,7 +181,7 @@ typedef struct { /* Pilot */ iCalPilotState pilot_status; /* Status information */ - int pilot_id; /* Pilot ID */ + guint32 pilot_id; /* Pilot ID */ } iCalObject; /* The callback for the recurrence generator */ -- cgit v1.2.3