1 Index: evolution-2.21.4/calendar/gui/e-calendar-view.c 2 =================================================================== 3 --- evolution-2.21.4/calendar/gui/e-calendar-view.c (revision 34305) 4 +++ evolution-2.21.4-new/calendar/gui/e-calendar-view.c (working copy) 5 @@ -926,6 +926,7 @@ 6 gboolean retract = FALSE; 7 8 retract = prompt_retract_dialog (comp, &retract_comment, GTK_WIDGET (cal_view)); 9 + delete = retract; 10 if (retract) { 11 GList *users = NULL; 12 icalcomponent *icalcomp = NULL, *mod_comp = NULL; 13 14