aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names-table-model.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-10-31 18:42:34 +0800
committerChris Lahey <clahey@src.gnome.org>2001-10-31 18:42:34 +0800
commit2cfc5ae7aee2bd4db5f82a9d972ec552c17cdc07 (patch)
tree51f5fc925886aa13fba7419af30f84f4240a2003 /addressbook/gui/component/select-names/e-select-names-table-model.c
parenta3dfed7a8ee692868643df7788e73064d9952ed2 (diff)
downloadgsoc2013-evolution-2cfc5ae7aee2bd4db5f82a9d972ec552c17cdc07.tar
gsoc2013-evolution-2cfc5ae7aee2bd4db5f82a9d972ec552c17cdc07.tar.gz
gsoc2013-evolution-2cfc5ae7aee2bd4db5f82a9d972ec552c17cdc07.tar.bz2
gsoc2013-evolution-2cfc5ae7aee2bd4db5f82a9d972ec552c17cdc07.tar.lz
gsoc2013-evolution-2cfc5ae7aee2bd4db5f82a9d972ec552c17cdc07.tar.xz
gsoc2013-evolution-2cfc5ae7aee2bd4db5f82a9d972ec552c17cdc07.tar.zst
gsoc2013-evolution-2cfc5ae7aee2bd4db5f82a9d972ec552c17cdc07.zip
Make the pre_changes and changes match here.
2001-10-31 Christopher James Lahey <clahey@ximian.com> * gui/component/e-cardlist-model.c, gui/component/select-names/e-select-names-table-model.c, gui/widgets/e-addressbook-table-adapter.c: Make the pre_changes and changes match here. svn path=/trunk/; revision=14526
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.c1
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));
}