diff options
Diffstat (limited to 'calendar/gui/e-cal-model.c')
-rw-r--r-- | calendar/gui/e-cal-model.c | 2 |
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); } } |