diff options
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 548497b26b..c3dc185d75 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,14 @@ +2003-05-06 Chris Toshok <toshok@ximian.com> + + [ really commit this, 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-29 Chris Toshok <toshok@ximian.com> [ fixes bug #41255 ] @@ -26,18 +37,6 @@ 2003-04-28 Chris Toshok <toshok@ximian.com> - [ 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 <toshok@ximian.com> - [ fixes bug #41843] * tools/evolution-addressbook-export-list-cards.c (e_card_simple_csv_get_name): use e_card_simple_get_ecard_field |