evolution r36661 - in trunk/calendar: . gui
- From: msuman svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36661 - in trunk/calendar: . gui
- Date: Mon, 20 Oct 2008 04:57:01 +0000 (UTC)
Author: msuman
Date: Mon Oct 20 04:57:01 2008
New Revision: 36661
URL: http://svn.gnome.org/viewvc/evolution?rev=36661&view=rev
Log:
Milan Crha <mcrha redhat com> ** Fix for bug #553715 (Set end time for the event properly, not same as start time).
Modified:
trunk/calendar/ChangeLog
trunk/calendar/gui/e-week-view.c
Modified: trunk/calendar/gui/e-week-view.c
==============================================================================
--- trunk/calendar/gui/e-week-view.c (original)
+++ trunk/calendar/gui/e-week-view.c Mon Oct 20 04:57:01 2008
@@ -3613,12 +3613,12 @@
e_cal_component_get_dtend (comp, &dt);
if (dt.value->zone) {
- *dt.value = icaltime_from_timet_with_zone (
+ tt = icaltime_from_timet_with_zone (
event->comp_data->instance_end,
dt.value->is_date,
dt.value->zone);
} else {
- *dt.value = icaltime_from_timet_with_zone (
+ tt = icaltime_from_timet_with_zone (
event->comp_data->instance_end,
dt.value->is_date,
e_calendar_view_get_timezone (E_CALENDAR_VIEW (week_view)));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]