diff options
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 0529e17157..a5c8303cbd 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,18 @@ 2001-08-17 Chris Toshok <toshok@ximian.com> + * gui/component/addressbook-storage.h: add prototype for + addressbook_get_other_contact_storage. + + * gui/component/addressbook-storage.c + (addressbook_get_other_contact_storage): rename register_storage + to this, and return the EvolutionStorage. + (load_source_data): register_storage => + addressbook_get_other_contact_storage. + (addressbook_storage_add_source): register_storage => + addressbook_get_other_contact_storage. + +2001-08-17 Chris Toshok <toshok@ximian.com> + * gui/contact-editor/e-contact-editor.c (set_entry_changed_signals): connect to the "changed" signal on "entry-web" to update command state. |