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/calendar.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/calendar.c') diff --git a/calendar/calendar.c b/calendar/calendar.c index dc480e3dfd..2a5b532a04 100644 --- a/calendar/calendar.c +++ b/calendar/calendar.c @@ -97,6 +97,8 @@ calendar_add_object (Calendar *cal, iCalObject *obj) case ICAL_EVENT: cal->events = g_list_prepend (cal->events, obj); ical_object_try_alarms (obj); + obj->malarm.trigger = 0; + calendar_notify (0, obj); break; case ICAL_TODO: -- cgit v1.2.3