From 4bedac7abd6c6a4911ea8f89584ed7374c4c73be Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Thu, 22 Apr 2004 01:07:51 +0000 Subject: Add defines for the slot counts for email, phone, im, address. (phones): 2004-04-21 Hans Petter Jansson * gui/contact-editor/e-contact-editor.c: Add defines for the slot counts for email, phone, im, address. (phones): Add E_CONTACT_PHONE_COMPANY back in, now that we can differentiate it. (init_email): Use EMAIL_SLOTS and a loop. (init_im): Ditto for IM_SLOTS. (init_phone): Ditto for PHONE_SLOTS. (fill_in_address) (extract_address) (init_address): Ditto for ADDRESS_SLOTS. (get_ui_slot_param): Implement. (get_ui_slot): Implement. (set_ui_slot): Implement. (alloc_ui_slot): Implement. (fill_in_email): Add code to preserve spatial organization. (extract_email): Ditto. (fill_in_phone): Ditto. (extract_phone): Ditto. (fill_in_im): Ditto. (exctract_im): Ditto. svn path=/trunk/; revision=25570 --- addressbook/ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index bbf9309b03..0a0cf97596 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,26 @@ +2004-04-21 Hans Petter Jansson + + * gui/contact-editor/e-contact-editor.c: Add defines for the slot + counts for email, phone, im, address. + (phones): Add E_CONTACT_PHONE_COMPANY back in, now that we can + differentiate it. + (init_email): Use EMAIL_SLOTS and a loop. + (init_im): Ditto for IM_SLOTS. + (init_phone): Ditto for PHONE_SLOTS. + (fill_in_address) + (extract_address) + (init_address): Ditto for ADDRESS_SLOTS. + (get_ui_slot_param): Implement. + (get_ui_slot): Implement. + (set_ui_slot): Implement. + (alloc_ui_slot): Implement. + (fill_in_email): Add code to preserve spatial organization. + (extract_email): Ditto. + (fill_in_phone): Ditto. + (extract_phone): Ditto. + (fill_in_im): Ditto. + (exctract_im): Ditto. + 2004-04-21 Chris Toshok * gui/component/addressbook-migrate.c (setup_progress_dialog): -- cgit v1.2.3