aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2004-05-20 06:28:23 +0800
committerHans Petter <hansp@src.gnome.org>2004-05-20 06:28:23 +0800
commitd11e6f9230b0b36fbf811ebde75b49887f17c732 (patch)
tree67646718f7caba969eca8bb48aaca565046c7cf7 /addressbook/ChangeLog
parent62b15c38075d94b9969e36e461cf497baa1dd70d (diff)
downloadgsoc2013-evolution-d11e6f9230b0b36fbf811ebde75b49887f17c732.tar
gsoc2013-evolution-d11e6f9230b0b36fbf811ebde75b49887f17c732.tar.gz
gsoc2013-evolution-d11e6f9230b0b36fbf811ebde75b49887f17c732.tar.bz2
gsoc2013-evolution-d11e6f9230b0b36fbf811ebde75b49887f17c732.tar.lz
gsoc2013-evolution-d11e6f9230b0b36fbf811ebde75b49887f17c732.tar.xz
gsoc2013-evolution-d11e6f9230b0b36fbf811ebde75b49887f17c732.tar.zst
gsoc2013-evolution-d11e6f9230b0b36fbf811ebde75b49887f17c732.zip
Remove debug output. (real_save_contact): Separate out actual save logic
2004-05-19 Hans Petter Jansson <hpj@ximian.com> * 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
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 99e9c5b754..48f41d672e 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,23 @@
2004-05-19 Hans Petter Jansson <hpj@ximian.com>
+ * 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 <hpj@ximian.com>
+
Fixes a number of bugs, adds some unimplemented functionality, and
makes code more structured.