diff options
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 80d96b4418..84087339e0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,20 @@ 2005-02-19 Sivaiah Nallagatla <snallagatla@novell.com> + * gui/contact-editor/eab-editor.c + (eab_editor_prompt_to_save_changes) : close + the editor here in case of save and discard + so that callers need not worry about closing + + * gui/contact-list-editor/e-contact-list-editor.c + (closed_cb) (app_delete_event_cb) : don't close + the editor here as that is handled by _save_changes + call. Also no need to check for return value of that + function as it does not matter here. + + Fixes #70371 + +2005-02-19 Sivaiah Nallagatla <snallagatla@novell.com> + * gui/component/addressbook-component.c (ensure_sources) : update the base uri of the "On This Computer" group when user home dir |