aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-calendar-table.c')
-rw-r--r--calendar/gui/e-calendar-table.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c
index 60d4dba6e4..1b24de3b64 100644
--- a/calendar/gui/e-calendar-table.c
+++ b/calendar/gui/e-calendar-table.c
@@ -1476,6 +1476,9 @@ hide_completed_rows (ECalModel *model, GList *clients_list, char *hide_sexp, GPt
g_list_foreach (objects, (GFunc) icalcomponent_free, NULL);
g_list_free (objects);
+
+ /* to notify about changes, because in call of row_deleted there are still all events */
+ e_table_model_changed (E_TABLE_MODEL (model));
}
}