[evolution] Bug #658164 - Pressing the "Make this Occurrence Movable" changes meeting time
- From: Fabiano Fidêncio <ffidencio src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug #658164 - Pressing the "Make this Occurrence Movable" changes meeting time
- Date: Mon, 26 Aug 2013 23:53:26 +0000 (UTC)
commit 781cd7ccf1a95534c410e5c5b5fd821cdc795e21
Author: Fabiano Fidêncio <fidencio redhat com>
Date: Thu Aug 22 15:22:54 2013 +0200
Bug #658164 - Pressing the "Make this Occurrence Movable" changes meeting time
modules/calendar/e-cal-shell-view-actions.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/calendar/e-cal-shell-view-actions.c b/modules/calendar/e-cal-shell-view-actions.c
index b59a3f3..aa890c2 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]