Re: [evolution-patches] [calendar] fix for #274188
- From: "P Chenthill" <pchenthill novell com>
- To: "Chakravarthi P" <PChakravarthi novell com>
- Cc: evolution-patches gnome org
- Subject: Re: [evolution-patches] [calendar] fix for #274188
- Date: Fri, 09 Sep 2005 16:31:38 -0600
On Thu, 2005-09-08 at 09:58 +0000, "Chakravarthi P" wrote:
> 93,10 @@ get_dtstart (ECalModel *model, ECalModel
> } else
> tt_start = icaltime_from_timet
> (comp_data->instance_start, tt_start.is_date);
> }
The right fix is to change icaltime_from_timet to
icaltime_from_timet_with_zone since all days would not have a tzid
associated with it.
> +
> + /* Make sure that the proper zone is set if priv has
> the zone information */
> + zone = priv->zone;
> + tt_start = icaltime_from_timet_with_zone
> (comp_data->instance_start, tt_start.is_date, zone);
This is redundant.
thanks, Chenthill.
[
Date Prev][
Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]