diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-09-23 13:58:40 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-09-23 13:58:40 +0800 |
commit | 2c445af1247951fb2947d833e97814ecfeb85616 (patch) | |
tree | c9e1d47549f5dcbc83f375d8784af0c23f0b0db2 /calendar/gui/calendar-conduit.h | |
parent | af628520342c2374267f0e9fa611ef6bad9e7076 (diff) | |
download | gsoc2013-evolution-2c445af1247951fb2947d833e97814ecfeb85616.tar gsoc2013-evolution-2c445af1247951fb2947d833e97814ecfeb85616.tar.gz gsoc2013-evolution-2c445af1247951fb2947d833e97814ecfeb85616.tar.bz2 gsoc2013-evolution-2c445af1247951fb2947d833e97814ecfeb85616.tar.lz gsoc2013-evolution-2c445af1247951fb2947d833e97814ecfeb85616.tar.xz gsoc2013-evolution-2c445af1247951fb2947d833e97814ecfeb85616.tar.zst gsoc2013-evolution-2c445af1247951fb2947d833e97814ecfeb85616.zip |
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
Diffstat (limited to 'calendar/gui/calendar-conduit.h')
-rw-r--r-- | calendar/gui/calendar-conduit.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 <pi-datebook.h> #include <gnome.h> +#include "GnomeCal.h" +#include "calobj.h" +#include "calendar.h" +#include "timeutil.h" + +#include <gpilotd/gnome-pilot-conduit.h> +#include <gpilotd/gnome-pilot-conduit-standard-abs.h> + #define CALLOCALRECORD(s) ((CalLocalRecord*)(s)) typedef struct _CalLocalRecord CalLocalRecord; |