diff options
Diffstat (limited to 'calendar/gui/eventedit.h')
-rw-r--r-- | calendar/gui/eventedit.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/calendar/gui/eventedit.h b/calendar/gui/eventedit.h index 4d605892dd..9411d4ac7a 100644 --- a/calendar/gui/eventedit.h +++ b/calendar/gui/eventedit.h @@ -9,6 +9,7 @@ #define EVENT_EDITOR_H #include "gnome-cal.h" +#include "alarm.h" #include <libgnomeui/gnome-dialog.h> BEGIN_GNOME_DECLS @@ -57,7 +58,12 @@ typedef struct { GtkWidget *recur_ex_clist; /* The associated ical object */ - iCalObject *ical; + iCalObject *ical; /* FIX ME -- get rid of this */ + + CalendarAlarmUI dalarmui; + CalendarAlarmUI aalarmui; + CalendarAlarmUI palarmui; + CalendarAlarmUI malarmui; /* The calendar owner of this event */ GnomeCalendar *gnome_cal; |