aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-addressbook-model.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-03 00:58:20 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-03 00:58:20 +0800
commitc1634ed107aabff1cd2b71a1e5550f446ab7cb23 (patch)
tree2423c433fc2bea814458d21d4aea02a7bec49f73 /addressbook/gui/widgets/e-addressbook-model.c
parent5fbcc4828efb084344e9c5fd42ebccb288ee492f (diff)
downloadgsoc2013-evolution-c1634ed107aabff1cd2b71a1e5550f446ab7cb23.tar
gsoc2013-evolution-c1634ed107aabff1cd2b71a1e5550f446ab7cb23.tar.gz
gsoc2013-evolution-c1634ed107aabff1cd2b71a1e5550f446ab7cb23.tar.bz2
gsoc2013-evolution-c1634ed107aabff1cd2b71a1e5550f446ab7cb23.tar.lz
gsoc2013-evolution-c1634ed107aabff1cd2b71a1e5550f446ab7cb23.tar.xz
gsoc2013-evolution-c1634ed107aabff1cd2b71a1e5550f446ab7cb23.tar.zst
gsoc2013-evolution-c1634ed107aabff1cd2b71a1e5550f446ab7cb23.zip
Emit "model_pre_change" signal as appropriate.
2000-08-02 Christopher James Lahey <clahey@helixcode.com> * contact-editor/e-contact-editor-categories.c, gui/component/e-addressbook-model.c: Emit "model_pre_change" signal as appropriate. svn path=/trunk/; revision=4473
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-model.c')
-rw-r--r--addressbook/gui/widgets/e-addressbook-model.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-model.c b/addressbook/gui/widgets/e-addressbook-model.c
index 4eb4a0f937..87b872784c 100644
--- a/addressbook/gui/widgets/e-addressbook-model.c
+++ b/addressbook/gui/widgets/e-addressbook-model.c
@@ -300,6 +300,8 @@ book_view_loaded (EBook *book, EBookStatus status, EBookView *book_view, gpointe
for ( i = 0; i < model->data_count; i++ ) {
gtk_object_unref(GTK_OBJECT(model->data[i]));
}
+
+ e_table_model_pre_change(E_TABLE_MODEL(model));
g_free(model->data);
model->data = NULL;
model->data_count = 0;