aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2013-08-09 16:58:09 +0800
committerMilan Crha <mcrha@redhat.com>2013-08-09 16:58:09 +0800
commitbdcbed96688ff521269d437b44d6dc2047806196 (patch)
tree39d6d5f8b6d45b137a7caf487e48865cec6d6aaf /calendar/gui/e-calendar-view.c
parent9f8628e44bd6effc35a401f96420b644a1552af4 (diff)
downloadgsoc2013-evolution-bdcbed96688ff521269d437b44d6dc2047806196.tar
gsoc2013-evolution-bdcbed96688ff521269d437b44d6dc2047806196.tar.gz
gsoc2013-evolution-bdcbed96688ff521269d437b44d6dc2047806196.tar.bz2
gsoc2013-evolution-bdcbed96688ff521269d437b44d6dc2047806196.tar.lz
gsoc2013-evolution-bdcbed96688ff521269d437b44d6dc2047806196.tar.xz
gsoc2013-evolution-bdcbed96688ff521269d437b44d6dc2047806196.tar.zst
gsoc2013-evolution-bdcbed96688ff521269d437b44d6dc2047806196.zip
Bug #704369 - Meeting change asks on save, but tries to send update anyway
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r--calendar/gui/e-calendar-view.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c
index 9344d9ff1e..61a88850cd 100644
--- a/calendar/gui/e-calendar-view.c
+++ b/calendar/gui/e-calendar-view.c
@@ -1830,6 +1830,9 @@ e_calendar_view_send (ECalendarView *cal_view,
ECalModel *model;
ECalComponent *send_comp = NULL;
+ if (!itip_component_has_recipients (comp))
+ return;
+
if (mod == CALOBJ_MOD_ALL && e_cal_component_is_instance (comp)) {
/* Ensure we send the master object, not the instance only */
icalcomponent *icalcomp = NULL;