diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-09-15 16:38:05 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-09-15 16:38:05 +0800 |
commit | 7251a2d2bc2274529e1ddd1d5a3c04771cc86113 (patch) | |
tree | 4025e73707c00c36ec022b56c989810d7e523dd2 /calendar/cal-util | |
parent | 0a765ba73162b2d162de1d1fc697c9586491ef00 (diff) | |
download | gsoc2013-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/cal-util')
-rw-r--r-- | calendar/cal-util/calobj.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/cal-util/calobj.h b/calendar/cal-util/calobj.h index 07ba3f1cc7..8be38e5d26 100644 --- a/calendar/cal-util/calobj.h +++ b/calendar/cal-util/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 */ |