From 07f873d107539a4357c69e1f3ce8cef17cc6277f Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Sat, 25 Apr 1998 02:23:26 +0000 Subject: Fixed alarm saving code. Fixed alarm loading code. New -partial- Fixed alarm saving code. Fixed alarm loading code. New -partial- implementation of the mail alarm. It is not working, I do not know what is closing stdin to sendmail svn path=/trunk/; revision=194 --- calendar/cal-util/calobj.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'calendar/cal-util/calobj.h') diff --git a/calendar/cal-util/calobj.h b/calendar/cal-util/calobj.h index 60483c68ad..12b7578f10 100644 --- a/calendar/cal-util/calobj.h +++ b/calendar/cal-util/calobj.h @@ -36,6 +36,9 @@ typedef struct { /* Does not get saved, internally used */ time_t offset; time_t trigger; + + int snooze_secs; + int snooze_repeat; /* Widgets */ void *w_count; /* A GtkEntry */ @@ -109,6 +112,7 @@ typedef struct { time_t _enddate; /* As found on the vCalendar file */ int __count; } Recurrence; + #define IS_INFINITE(r) (r->duration == 0) /* Flags to indicate what has changed in an object */ -- cgit v1.2.3