2ebe388a09
other non-gcc compilers.
13 lines
749 B
Text
13 lines
749 B
Text
$NetBSD: patch-aj,v 1.1 2004/11/18 14:20:26 sketch Exp $
|
|
|
|
--- ./calendar/backends/groupwise/e-cal-backend-groupwise-utils.c.orig 2004-11-17 16:08:49.662762000 +0000
|
|
+++ ./calendar/backends/groupwise/e-cal-backend-groupwise-utils.c 2004-11-17 16:10:43.269896000 +0000
|
|
@@ -614,7 +614,7 @@
|
|
alarm = e_cal_component_alarm_new ();
|
|
e_cal_component_alarm_set_action (alarm, E_CAL_COMPONENT_ALARM_DISPLAY);
|
|
trigger.type = E_CAL_COMPONENT_ALARM_TRIGGER_RELATIVE_START;
|
|
- trigger.u.rel_duration = (struct icaldurationtype) icaldurationtype_from_int (alarm_duration);
|
|
+ trigger.u.rel_duration = icaldurationtype_from_int (alarm_duration);
|
|
e_cal_component_alarm_set_trigger (alarm, trigger);
|
|
e_cal_component_add_alarm (comp, alarm);
|
|
}
|