Fixes #41624
2004-12-21 JP Rosevear <jpr@novell.com> Fixes #41624 * conduits/calendar/calendar-conduit.c (local_record_from_comp): append the exceptions, don't keep overwriting the first svn path=/trunk/; revision=28168
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
2004-12-21 JP Rosevear <jpr@novell.com>
|
||||
|
||||
Fixes #41624
|
||||
|
||||
* conduits/calendar/calendar-conduit.c (local_record_from_comp):
|
||||
append the exceptions, don't keep overwriting the first
|
||||
|
||||
2004-12-21 Rodrigo Moya <rodrigo@novell.com>
|
||||
|
||||
* gui/e-cal-model.c (set_instance_times): no need to convert times now.
|
||||
|
||||
@ -960,7 +960,7 @@ local_record_from_comp (ECalLocalRecord *local, ECalComponent *comp, ECalConduit
|
||||
icaltimezone_convert_time (dt->value,
|
||||
icaltimezone_get_utc_timezone (),
|
||||
default_tz);
|
||||
*local->appt->exception = icaltimetype_to_tm (dt->value);
|
||||
local->appt->exception[i] = icaltimetype_to_tm (dt->value);
|
||||
}
|
||||
e_cal_component_free_exdate_list (edl);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user