evolution r36660 - in branches/gnome-2-24/calendar: . gui



Author: msuman
Date: Mon Oct 20 04:56:48 2008
New Revision: 36660
URL: http://svn.gnome.org/viewvc/evolution?rev=36660&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:
   branches/gnome-2-24/calendar/ChangeLog
   branches/gnome-2-24/calendar/gui/e-week-view.c

Modified: branches/gnome-2-24/calendar/gui/e-week-view.c
==============================================================================
--- branches/gnome-2-24/calendar/gui/e-week-view.c	(original)
+++ branches/gnome-2-24/calendar/gui/e-week-view.c	Mon Oct 20 04:56:48 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]