From 781cd7ccf1a95534c410e5c5b5fd821cdc795e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 22 Aug 2013 15:22:54 +0200 Subject: Bug #658164 - Pressing the "Make this Occurrence Movable" changes meeting time --- modules/calendar/e-cal-shell-view-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/calendar/e-cal-shell-view-actions.c b/modules/calendar/e-cal-shell-view-actions.c index b59a3f3ef4..aa890c26ef 100644 --- a/modules/calendar/e-cal-shell-view-actions.c +++ b/modules/calendar/e-cal-shell-view-actions.c @@ -986,7 +986,7 @@ action_event_occurrence_movable_cb (GtkAction *action, cal_comp_set_dtstart_with_oldzone (client, exception_component, &date); *date.value = icaltime_from_timet_with_zone ( event->comp_data->instance_end, FALSE, timezone); - cal_comp_set_dtstart_with_oldzone (client, exception_component, &date); + cal_comp_set_dtend_with_oldzone (client, exception_component, &date); e_cal_component_commit_sequence (exception_component); /* Now update both ECalComponents. Note that we do this last -- cgit v1.2.3