diff options
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-table-model.c')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-table-model.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-table-model.c b/addressbook/gui/component/select-names/e-select-names-table-model.c index 84c7754020..a4faf69503 100644 --- a/addressbook/gui/component/select-names/e-select-names-table-model.c +++ b/addressbook/gui/component/select-names/e-select-names-table-model.c @@ -265,6 +265,7 @@ static void e_select_names_table_model_model_changed (ESelectNamesModel *source, ESelectNamesTableModel *model) { + e_table_model_pre_change(E_TABLE_MODEL(model)); clear_info(model); e_table_model_changed(E_TABLE_MODEL(model)); } |