From f9d5c373587332aac4fb4e012ad0c99c3880e8bf Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 24 Aug 2000 21:34:24 +0000 Subject: Update for libical 0.19 2000-08-24 JP Rosevear * Update for libical 0.19 svn path=/trunk/; revision=5024 --- calendar/cal-util/cal-component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/cal-util/cal-component.c') diff --git a/calendar/cal-util/cal-component.c b/calendar/cal-util/cal-component.c index f2f9caff7d..a3cb053be8 100644 --- a/calendar/cal-util/cal-component.c +++ b/calendar/cal-util/cal-component.c @@ -614,7 +614,7 @@ ensure_mandatory_properties (CalComponent *comp) struct icaltimetype t; tim = time (NULL); - t = icaltimetype_from_timet (tim, FALSE); + t = icaltime_from_timet (tim, FALSE, FALSE); priv->dtstamp = icalproperty_new_dtstamp (t); icalcomponent_add_property (priv->icalcomp, priv->dtstamp); -- cgit v1.2.3