From 45a75ede7ff27645c23cd0b009bf023bea2b6d2f Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Fri, 3 Apr 1998 07:33:34 +0000 Subject: add test.vcf, more code progress -mig svn path=/trunk/; revision=100 --- calendar/gui/eventedit.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'calendar/gui/eventedit.h') diff --git a/calendar/gui/eventedit.h b/calendar/gui/eventedit.h index edd8059af1..85b5b86790 100644 --- a/calendar/gui/eventedit.h +++ b/calendar/gui/eventedit.h @@ -26,13 +26,17 @@ typedef struct { GtkWidget *general_owner; GtkWidget *general_summary; GtkWidget *start_time, *end_time; + + /* The associated ical object */ + iCalObject *ical; + int new_ical; } EventEditor; typedef struct { GnomePropertyBoxClass parent_class; } EventEditorClass; -GtkWidget *event_editor_new (void); +GtkWidget *event_editor_new (iCalObject *); END_GNOME_DECLS #endif -- cgit v1.2.3