aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorSivaiah Nallagatla <snallagatla@novell.com>2004-11-29 03:49:48 +0800
committerSivaiah Nallagatla <siva@src.gnome.org>2004-11-29 03:49:48 +0800
commit8f5eddf80f57269815396e8821347a27aeff2505 (patch)
treed1a008ee3499ac4c8211052526633ca1fe709f88 /addressbook/ChangeLog
parenteef595a9ceb4d1b5ce063ce40e8b11b71878628a (diff)
downloadgsoc2013-evolution-8f5eddf80f57269815396e8821347a27aeff2505.tar
gsoc2013-evolution-8f5eddf80f57269815396e8821347a27aeff2505.tar.gz
gsoc2013-evolution-8f5eddf80f57269815396e8821347a27aeff2505.tar.bz2
gsoc2013-evolution-8f5eddf80f57269815396e8821347a27aeff2505.tar.lz
gsoc2013-evolution-8f5eddf80f57269815396e8821347a27aeff2505.tar.xz
gsoc2013-evolution-8f5eddf80f57269815396e8821347a27aeff2505.tar.zst
gsoc2013-evolution-8f5eddf80f57269815396e8821347a27aeff2505.zip
Define new list for storing required fields
2004-11-28 Sivaiah Nallagatla <snallagatla@novell.com> * gui/contact-editor/e-contact-editor.h : Define new list for storing required fields * gui/contact-editor/e-contact-editor.c (e_contact_editor_class_init) : install new REQUIRED_FIELDS property (e_contact_editor_set_property) (e_contact_editor_get_property) : added handling for new RQUIRED_FIELDS_PROPERTY (e_contact_editor_dispose) : unref the new required_fields member (required_fields_cb) : call back to set required fields into contact editor (is_non_string_field) : new method to detect whether a particular field in contact is a string or not (e_contact_editor_is_valid) : check for presence of all required fields (save_contact) : extract all the data before calling e_contact_editor_is_valid so that it can check for required fields. Clean up the contact if there is an error svn path=/trunk/; revision=28007
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 255c8f8133..9f3bbf5ea6 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,27 @@
+2004-11-28 Sivaiah Nallagatla <snallagatla@novell.com>
+
+ * gui/contact-editor/e-contact-editor.h : Define
+ new list for storing required fields
+
+ * gui/contact-editor/e-contact-editor.c
+ (e_contact_editor_class_init) : install new REQUIRED_FIELDS
+ property
+ (e_contact_editor_set_property)
+ (e_contact_editor_get_property) : added handling
+ for new RQUIRED_FIELDS_PROPERTY
+ (e_contact_editor_dispose) : unref the new
+ required_fields member
+ (required_fields_cb) : call back to set required fields into
+ contact editor
+ (is_non_string_field) : new method to detect
+ whether a particular field in contact is a string or not
+ (e_contact_editor_is_valid) : check for presence of
+ all required fields
+ (save_contact) : extract all the data before
+ calling e_contact_editor_is_valid so that
+ it can check for required fields. Clean up the contact
+ if there is an error
+
2004-11-27 Sushma Rai <rsushma@novell.com>
* gui/widgets/e-minicard-view.c (set_empty_message):