aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/e-cal-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c
index 95255c023f..4cc9038807 100644
--- a/calendar/gui/e-cal-model.c
+++ b/calendar/gui/e-cal-model.c
@@ -1397,7 +1397,7 @@ remove_client (ECalModel *model, ECalModelClient *client_data)
g_ptr_array_remove (model->priv->objects, comp_data);
free_comp_data (comp_data);
- e_table_model_row_deleted (E_TABLE_MODEL (model), i);
+ e_table_model_row_deleted (E_TABLE_MODEL (model), i - 1);
}
}