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/gui/gnome-cal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/gnome-cal.c') diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index c445ac7317..ee5215164a 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -1420,10 +1420,10 @@ gnome_calendar_new_appointment (GnomeCalendar *gcal) comp = cal_component_new (); cal_component_set_new_vtype (comp, CAL_COMPONENT_EVENT); - itt = icaltimetype_from_timet (dtstart, 0); + itt = icaltime_from_timet (dtstart, 0, TRUE); cal_component_set_dtstart (comp, &dt); - itt = icaltimetype_from_timet (dtend, 0); + itt = icaltime_from_timet (dtend, 0, TRUE); cal_component_set_dtend (comp, &dt); gnome_calendar_edit_object (gcal, comp); -- cgit