aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-12-07 00:17:44 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:09 +0800
commitc9049740c8a45a9f05b9ba3507de3e0c7d3c9606 (patch)
tree59720a204b5b33e06d1f9019f6b3bd51601a494d /modules/calendar
parent46e7f2378d76e28408bc149e6c2b06159ee780fb (diff)
downloadgsoc2013-evolution-c9049740c8a45a9f05b9ba3507de3e0c7d3c9606.tar
gsoc2013-evolution-c9049740c8a45a9f05b9ba3507de3e0c7d3c9606.tar.gz
gsoc2013-evolution-c9049740c8a45a9f05b9ba3507de3e0c7d3c9606.tar.bz2
gsoc2013-evolution-c9049740c8a45a9f05b9ba3507de3e0c7d3c9606.tar.lz
gsoc2013-evolution-c9049740c8a45a9f05b9ba3507de3e0c7d3c9606.tar.xz
gsoc2013-evolution-c9049740c8a45a9f05b9ba3507de3e0c7d3c9606.tar.zst
gsoc2013-evolution-c9049740c8a45a9f05b9ba3507de3e0c7d3c9606.zip
Bug #627536 - Open meeting as meeting, not as appointment, in week view
Diffstat (limited to 'modules/calendar')
-rw-r--r--modules/calendar/e-cal-shell-view-actions.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/calendar/e-cal-shell-view-actions.c b/modules/calendar/e-cal-shell-view-actions.c
index 7b9d88fc73..3417875803 100644
--- a/modules/calendar/e-cal-shell-view-actions.c
+++ b/modules/calendar/e-cal-shell-view-actions.c
@@ -1216,8 +1216,7 @@ edit_event_as (ECalShellView *cal_shell_view, gboolean as_meeting)
}
}
- e_calendar_view_edit_appointment (
- calendar_view, client, icalcomp, as_meeting);
+ e_calendar_view_edit_appointment (calendar_view, client, icalcomp, as_meeting ? EDIT_EVENT_FORCE_MEETING : EDIT_EVENT_FORCE_APPOINTMENT);
if (!as_meeting && icalcomp) {
icalcomponent_free (icalcomp);