From 5b7e64a40ab6670c44f9e492290261fe644c06f4 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 19 May 2000 04:16:42 +0000 Subject: Added support for arbitrary fields in the contact editor. 2000-05-19 Christopher James Lahey * contact-editor/e-contact-editor.c, contact-editor/e-contact-editor.h: Added support for arbitrary fields in the contact editor. svn path=/trunk/; revision=3132 --- addressbook/gui/contact-editor/e-contact-editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui/contact-editor/e-contact-editor.h') diff --git a/addressbook/gui/contact-editor/e-contact-editor.h b/addressbook/gui/contact-editor/e-contact-editor.h index 9bf8c0fdb2..288cec1db0 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.h +++ b/addressbook/gui/contact-editor/e-contact-editor.h @@ -75,6 +75,8 @@ struct _EContactEditor ECardSimpleEmailId email_choice; ECardSimplePhoneId phone_choice[4]; ECardSimpleAddressId address_choice; + + GList *arbitrary_fields; }; struct _EContactEditorClass -- cgit