From e329fdd35e99497c350df84c6ca8f839eb185e7a Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 13 Jun 2000 00:40:11 +0000 Subject: Removed the ETableModel thaw handler. Likewise. 2000-06-12 Federico Mena Quintero * contact-editor/e-contact-editor-categories.c: Removed the ETableModel thaw handler. * gui/component/e-cardlist-model.c: Likewise. svn path=/trunk/; revision=3541 --- addressbook/gui/widgets/e-addressbook-model.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'addressbook/gui/widgets') diff --git a/addressbook/gui/widgets/e-addressbook-model.c b/addressbook/gui/widgets/e-addressbook-model.c index 5699ad0c00..f5d2fca7cb 100644 --- a/addressbook/gui/widgets/e-addressbook-model.c +++ b/addressbook/gui/widgets/e-addressbook-model.c @@ -102,8 +102,8 @@ addressbook_set_value_at (ETableModel *etc, int col, int row, const void *val) "card", &card, NULL); e_book_commit_card(addressbook->book, card, NULL, NULL); - if ( !etc->frozen ) - e_table_model_cell_changed(etc, col, row); + + e_table_model_cell_changed(etc, col, row); } /* This function returns whether a particular cell is editable. */ @@ -139,14 +139,6 @@ addressbook_value_is_empty (ETableModel *etc, int col, const void *value) return !(value && *(char *)value); } -/* This function is for when the model is unfrozen. This can mostly - be ignored for simple models. */ -static void -addressbook_thaw (ETableModel *etc) -{ - e_table_model_changed(etc); -} - static void create_card(EBookView *book_view, const GList *cards, @@ -219,7 +211,6 @@ e_addressbook_model_class_init (GtkObjectClass *object_class) model_class->free_value = addressbook_free_value; model_class->initialize_value = addressbook_initialize_value; model_class->value_is_empty = addressbook_value_is_empty; - model_class->thaw = addressbook_thaw; } static void -- cgit v1.2.3