From 2c445af1247951fb2947d833e97814ecfeb85616 Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Thu, 23 Sep 1999 05:58:40 +0000 Subject: better merge of summary/description when doing ical_from_remote * calendar-conduit.c: better merge of summary/description when doing ical_from_remote (update_record), also handles import from gnomecal to pilot better, and on both ways, repeat events are much better now. svn path=/trunk/; revision=1253 --- calendar/gui/calendar-conduit.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'calendar/gui/calendar-conduit.h') diff --git a/calendar/gui/calendar-conduit.h b/calendar/gui/calendar-conduit.h index c34457acc5..86b38cc802 100644 --- a/calendar/gui/calendar-conduit.h +++ b/calendar/gui/calendar-conduit.h @@ -9,6 +9,14 @@ #include #include +#include "GnomeCal.h" +#include "calobj.h" +#include "calendar.h" +#include "timeutil.h" + +#include +#include + #define CALLOCALRECORD(s) ((CalLocalRecord*)(s)) typedef struct _CalLocalRecord CalLocalRecord; -- cgit v1.2.3