From 60015405ac234f17a6b9c84ca02642103b9dba9d Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Sat, 30 Jun 2001 17:22:33 +0000 Subject: Added evolution-alarm-notify. 2001-06-30 Federico Mena Quintero * tools/killev: Added evolution-alarm-notify. svn path=/trunk/; revision=10632 --- help/devel/calendar/cal-util/evolution-cal-util-decl.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'help/devel/calendar/cal-util/evolution-cal-util-decl.txt') diff --git a/help/devel/calendar/cal-util/evolution-cal-util-decl.txt b/help/devel/calendar/cal-util/evolution-cal-util-decl.txt index b40d57f8b4..a00e51ab2e 100644 --- a/help/devel/calendar/cal-util/evolution-cal-util-decl.txt +++ b/help/devel/calendar/cal-util/evolution-cal-util-decl.txt @@ -657,7 +657,8 @@ typedef struct { time_t trigger; /* Actual event occurrence to which this trigger corresponds */ - time_t occur; + time_t occur_start; + time_t occur_end; } CalAlarmInstance; -- cgit v1.2.3