diff options
Diffstat (limited to 'calendar/gui/e-itip-control.c')
-rw-r--r-- | calendar/gui/e-itip-control.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index f62ff943aa..881deb8773 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -2125,7 +2125,7 @@ ok_clicked_cb (GtkHTML *html, const gchar *method, const gchar *url, const gchar ICAL_PARTSTAT_DECLINED); if (status) { e_cal_component_rescan (priv->comp); - remove_item (itip); + update_item (itip); } break; case 'F': @@ -2151,6 +2151,8 @@ ok_clicked_cb (GtkHTML *html, const gchar *method, const gchar *url, const gchar } g_strfreev (fields); + if (e_cal_get_save_schedules (priv->current_ecal)) + return; if (rsvp && status) { ECalComponent *comp = NULL; |