From d11e6f9230b0b36fbf811ebde75b49887f17c732 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Wed, 19 May 2004 22:28:23 +0000 Subject: Remove debug output. (real_save_contact): Separate out actual save logic 2004-05-19 Hans Petter Jansson * gui/contact-editor/e-contact-editor.c (extract_simple_field): Remove debug output. (real_save_contact): Separate out actual save logic from save_contact (). (save_contact): If the user wants to move the contact from one address book to another, but the source is read-only, as to save a copy instead. (e_contact_editor_is_valid): The dialog should be an error dialog. (app_delete_event_cb): If the target book is read-only, prompt to discard. If the user wants to move but cannot, prompt to save a copy. Also validate. * gui/contact-editor/eab-editor.c (eab_editor_prompt_to_save_changes): Remove comment about invalid data dialog, it's not handled here anymore. svn path=/trunk/; revision=25996 --- addressbook/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 99e9c5b754..48f41d672e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,21 @@ +2004-05-19 Hans Petter Jansson + + * gui/contact-editor/e-contact-editor.c (extract_simple_field): + Remove debug output. + (real_save_contact): Separate out actual save logic from + save_contact (). + (save_contact): If the user wants to move the contact from one + address book to another, but the source is read-only, as to + save a copy instead. + (e_contact_editor_is_valid): The dialog should be an error dialog. + (app_delete_event_cb): If the target book is read-only, prompt + to discard. If the user wants to move but cannot, prompt to save + a copy. Also validate. + + * gui/contact-editor/eab-editor.c (eab_editor_prompt_to_save_changes): + Remove comment about invalid data dialog, it's not handled here + anymore. + 2004-05-19 Hans Petter Jansson Fixes a number of bugs, adds some unimplemented functionality, and -- cgit v1.2.3