diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-12-11 10:52:35 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-12-11 10:52:35 +0800 |
commit | 80237219dd2404cae88c8ec5653d40a63f6be130 (patch) | |
tree | 3ad3e6f3b0c860a753f49a1de3ef0f962f04d8f5 /addressbook/ChangeLog | |
parent | b05794f797b0c92a0080059964948f38e00a25d9 (diff) | |
download | gsoc2013-evolution-80237219dd2404cae88c8ec5653d40a63f6be130.tar.gz gsoc2013-evolution-80237219dd2404cae88c8ec5653d40a63f6be130.tar.zst gsoc2013-evolution-80237219dd2404cae88c8ec5653d40a63f6be130.zip |
Make "address" a boxed type. (e_contact_editor_address_init): Set address
2003-12-10 Hans Petter Jansson <hpj@ximian.com>
* gui/contact-editor/e-contact-editor-address.c
(e_contact_editor_address_class_init): Make "address" a boxed type.
(e_contact_editor_address_init): Set address to NULL.
(e_contact_editor_address_dispose): Free address.
(e_contact_editor_address_new): Take an EContactAddress.
(e_contact_editor_address_set_property): Re-implement setting the
address property.
(e_contact_editor_address_get_property): Ditto for getting.
(fill_in_info): Enable, use EContactAddress fields.
(extract_info): Ditto.
* gui/contact-editor/e-contact-editor-address.h:
Re-enable the address field, as EContactAddress.
svn path=/trunk/; revision=23923
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index ca93fbf1ca..4e455e5698 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,19 @@ +2003-12-10 Hans Petter Jansson <hpj@ximian.com> + + * gui/contact-editor/e-contact-editor-address.c + (e_contact_editor_address_class_init): Make "address" a boxed type. + (e_contact_editor_address_init): Set address to NULL. + (e_contact_editor_address_dispose): Free address. + (e_contact_editor_address_new): Take an EContactAddress. + (e_contact_editor_address_set_property): Re-implement setting the + address property. + (e_contact_editor_address_get_property): Ditto for getting. + (fill_in_info): Enable, use EContactAddress fields. + (extract_info): Ditto. + + * gui/contact-editor/e-contact-editor-address.h: + Re-enable the address field, as EContactAddress. + 2003-12-09 JP Rosevear <jpr@ximian.com> * gui/contact-list-editor/e-contact-list-editor.c (fill_in_info): |