From 8f5eddf80f57269815396e8821347a27aeff2505 Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Sun, 28 Nov 2004 19:49:48 +0000 Subject: Define new list for storing required fields 2004-11-28 Sivaiah Nallagatla * 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 --- addressbook/ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'addressbook/ChangeLog') 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 + + * 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 * gui/widgets/e-minicard-view.c (set_empty_message): -- cgit v1.2.3