aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-19 12:16:42 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-19 12:16:42 +0800
commit5b7e64a40ab6670c44f9e492290261fe644c06f4 (patch)
tree0f5a7eeeed165668d692e2347975d734ad46b62a /addressbook/gui/contact-editor/e-contact-editor.h
parentf62df6f7d7294888fde711dde94d28d7e2ac2c2a (diff)
downloadgsoc2013-evolution-5b7e64a40ab6670c44f9e492290261fe644c06f4.tar
gsoc2013-evolution-5b7e64a40ab6670c44f9e492290261fe644c06f4.tar.gz
gsoc2013-evolution-5b7e64a40ab6670c44f9e492290261fe644c06f4.tar.bz2
gsoc2013-evolution-5b7e64a40ab6670c44f9e492290261fe644c06f4.tar.lz
gsoc2013-evolution-5b7e64a40ab6670c44f9e492290261fe644c06f4.tar.xz
gsoc2013-evolution-5b7e64a40ab6670c44f9e492290261fe644c06f4.tar.zst
gsoc2013-evolution-5b7e64a40ab6670c44f9e492290261fe644c06f4.zip
Added support for arbitrary fields in the contact editor.
2000-05-19 Christopher James Lahey <clahey@helixcode.com> * 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
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.h')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.h2
1 files changed, 2 insertions, 0 deletions
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