From 8bbfbedf54f53c67d4e57ff0e5a94cb473e22143 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 29 Apr 2003 18:24:46 +0000 Subject: [ fixes bug #41910 ] change from model_changed to row_deleted here. 2003-04-28 Chris Toshok [ fixes bug #41910 ] * gui/contact-list-editor/e-contact-list-model.c (e_contact_list_model_remove_row): change from model_changed to row_deleted here. model_changed causes the table to free its ETableSelection, which is what we iterate over when deleting contacts. (e_contact_list_model_add_destination): no need to be calling model_changed here either. svn path=/trunk/; revision=21010 --- addressbook/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 25748e191c..ac34293b2a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2003-04-28 Chris Toshok + + [ fixes bug #41910 ] + * gui/contact-list-editor/e-contact-list-model.c + (e_contact_list_model_remove_row): change from model_changed to + row_deleted here. model_changed causes the table to free its + ETableSelection, which is what we iterate over when deleting + contacts. + (e_contact_list_model_add_destination): no need to be calling + model_changed here either. + + 2003-04-28 Chris Toshok [ fixes bug #41843] -- cgit v1.2.3