aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-08-09 01:04:54 +0800
committerChris Toshok <toshok@src.gnome.org>2001-08-09 01:04:54 +0800
commit62b28b0d5f05bcdff51bcf3bb2c71f06db583e1b (patch)
treea196c7b116cfe947abad781dfeb8229889260f36 /addressbook/ChangeLog
parentd364b46165a668e8f8760d3e4ec8335a6f05dab6 (diff)
downloadgsoc2013-evolution-62b28b0d5f05bcdff51bcf3bb2c71f06db583e1b.tar
gsoc2013-evolution-62b28b0d5f05bcdff51bcf3bb2c71f06db583e1b.tar.gz
gsoc2013-evolution-62b28b0d5f05bcdff51bcf3bb2c71f06db583e1b.tar.bz2
gsoc2013-evolution-62b28b0d5f05bcdff51bcf3bb2c71f06db583e1b.tar.lz
gsoc2013-evolution-62b28b0d5f05bcdff51bcf3bb2c71f06db583e1b.tar.xz
gsoc2013-evolution-62b28b0d5f05bcdff51bcf3bb2c71f06db583e1b.tar.zst
gsoc2013-evolution-62b28b0d5f05bcdff51bcf3bb2c71f06db583e1b.zip
mark the dialog as changed so the save button is immediately available.
2001-08-08 Chris Toshok <toshok@ximian.com> * gui/contact-editor/e-contact-quick-add.c (ce_have_book): mark the dialog as changed so the save button is immediately available. * gui/contact-editor/e-contact-editor.c (card_modified_cb): once we save reset the change flag to false if we aren't closing the dialog. (card_added_cb): same. (e_contact_editor_class_init): add a "changed" arg. (e_contact_editor_set_arg): add setter for "changed". (e_contact_editor_get_arg): add getter for "changed". svn path=/trunk/; revision=11799
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 5ea346cb8e..e07924fc03 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,18 @@
2001-08-08 Chris Toshok <toshok@ximian.com>
+ * gui/contact-editor/e-contact-quick-add.c (ce_have_book): mark
+ the dialog as changed so the save button is immediately available.
+
+ * gui/contact-editor/e-contact-editor.c (card_modified_cb): once
+ we save reset the change flag to false if we aren't closing the
+ dialog.
+ (card_added_cb): same.
+ (e_contact_editor_class_init): add a "changed" arg.
+ (e_contact_editor_set_arg): add setter for "changed".
+ (e_contact_editor_get_arg): add getter for "changed".
+
+2001-08-08 Chris Toshok <toshok@ximian.com>
+
* gui/contact-editor/e-contact-quick-add.c (ce_have_book): better
to assume that we can write to the local addressbook than that we
can't write to it :)