aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/calobj.h
diff options
context:
space:
mode:
authorEskil Heyn Olsen <eskil@src.gnome.org>1999-09-15 16:38:05 +0800
committerEskil Heyn Olsen <eskil@src.gnome.org>1999-09-15 16:38:05 +0800
commit7251a2d2bc2274529e1ddd1d5a3c04771cc86113 (patch)
tree4025e73707c00c36ec022b56c989810d7e523dd2 /calendar/pcs/calobj.h
parent0a765ba73162b2d162de1d1fc697c9586491ef00 (diff)
downloadgsoc2013-evolution-7251a2d2bc2274529e1ddd1d5a3c04771cc86113.tar
gsoc2013-evolution-7251a2d2bc2274529e1ddd1d5a3c04771cc86113.tar.gz
gsoc2013-evolution-7251a2d2bc2274529e1ddd1d5a3c04771cc86113.tar.bz2
gsoc2013-evolution-7251a2d2bc2274529e1ddd1d5a3c04771cc86113.tar.lz
gsoc2013-evolution-7251a2d2bc2274529e1ddd1d5a3c04771cc86113.tar.xz
gsoc2013-evolution-7251a2d2bc2274529e1ddd1d5a3c04771cc86113.tar.zst
gsoc2013-evolution-7251a2d2bc2274529e1ddd1d5a3c04771cc86113.zip
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
Diffstat (limited to 'calendar/pcs/calobj.h')
-rw-r--r--calendar/pcs/calobj.h4
1 files changed, 2 insertions, 2 deletions
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 */