aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-04-27 10:05:45 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-04-27 10:05:45 +0800
commit69223166c6c7f71c6355742334d47a0e2d0733e7 (patch)
treed729b398501567cfd6dc24d1ae2fd1dd6f222a34 /calendar/cal-util
parent80906820dcc8594c472271fbccb91abf8f6b90f8 (diff)
downloadgsoc2013-evolution-69223166c6c7f71c6355742334d47a0e2d0733e7.tar.gz
gsoc2013-evolution-69223166c6c7f71c6355742334d47a0e2d0733e7.tar.zst
gsoc2013-evolution-69223166c6c7f71c6355742334d47a0e2d0733e7.zip
the value type should be inited with ICAL_VALUE_* rather than ICAL_*_VALUE
2001-04-26 JP Rosevear <jpr@ximian.com> * cal-util/cal-component.c (cal_component_alarm_set_trigger): the value type should be inited with ICAL_VALUE_* rather than ICAL_*_VALUE because it is a param argument. svn path=/trunk/; revision=9611
Diffstat (limited to 'calendar/cal-util')
-rw-r--r--calendar/cal-util/cal-component.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/cal-util/cal-component.c b/calendar/cal-util/cal-component.c
index ba0fc54731..b7aeef7a8c 100644
--- a/calendar/cal-util/cal-component.c
+++ b/calendar/cal-util/cal-component.c
@@ -3938,20 +3938,20 @@ cal_component_alarm_set_trigger (CalComponentAlarm *alarm, CalAlarmTrigger trigg
case CAL_ALARM_TRIGGER_RELATIVE_START:
t.duration = trigger.u.rel_duration;
t.time.is_date = -1;
- value_type = ICAL_DURATION_VALUE;
+ value_type = ICAL_VALUE_DURATION;
related = ICAL_RELATED_START;
break;
case CAL_ALARM_TRIGGER_RELATIVE_END:
t.duration = trigger.u.rel_duration;
t.time.is_date = -1;
- value_type = ICAL_DURATION_VALUE;
+ value_type = ICAL_VALUE_DURATION;
related = ICAL_RELATED_END;
break;
case CAL_ALARM_TRIGGER_ABSOLUTE:
t.time = trigger.u.abs_time;
- value_type = ICAL_DATETIME_VALUE;
+ value_type = ICAL_VALUE_DATETIME;
break;
default:
yarn/devel/electron4/files/lodash-4.17.19&id=1f2d6176cb76f3173c76d1ee4ca6616a6df8d8f5'>Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-1/+1 * - shabangamdmi32017-04-211-1/+3 * graphics/opencv: back out r423216 and r423063 (replaying r423316)jbeich2017-04-141-3/+3 * - Fix LICENSEamdmi32017-04-101-2/+5 * Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-0/+1 * - Update lives to 2.8.4madpilot2017-01-202-5/+8 * Update to upstream version 2.8.3riggs2017-01-073-6/+4 * multimedia/ffmpeg: update to 3.2.2jbeich2016-12-111-0/+1 * - Update to version 2.8.1pawel2016-11-132-6/+8 * graphics/opencv: add suffix to make room for 3.x seriesjbeich2016-10-041-2/+3 * Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.tijl2016-10-011-2/+2 * - Update to version 2.8.0pawel2016-09-134-23/+16 * - No need to specify master site subdirectory when it's the same as defaultamdmi32016-05-181-1/+1 * Update to version 2.6.3pawel2016-05-17