aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-card.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-04-13 15:35:59 +0800
committerChris Toshok <toshok@src.gnome.org>2000-04-13 15:35:59 +0800
commit73d50bc3f11de6fe8fa58d2328197c82950b7e79 (patch)
tree0e1df1dc5c3adc643672e07b41fa7fefc103ed32 /addressbook/backend/ebook/e-card.h
parentbb53ed6a7c9315f74330cb473636fb8a751695c0 (diff)
downloadgsoc2013-evolution-73d50bc3f11de6fe8fa58d2328197c82950b7e79.tar
gsoc2013-evolution-73d50bc3f11de6fe8fa58d2328197c82950b7e79.tar.gz
gsoc2013-evolution-73d50bc3f11de6fe8fa58d2328197c82950b7e79.tar.bz2
gsoc2013-evolution-73d50bc3f11de6fe8fa58d2328197c82950b7e79.tar.lz
gsoc2013-evolution-73d50bc3f11de6fe8fa58d2328197c82950b7e79.tar.xz
gsoc2013-evolution-73d50bc3f11de6fe8fa58d2328197c82950b7e79.tar.zst
gsoc2013-evolution-73d50bc3f11de6fe8fa58d2328197c82950b7e79.zip
add title field foo to the test.
* addressbook/backend/ebook/test-card.c: add title field foo to the test. * addressbook/backend/ebook/e-card.c: reflect the title field. * addressbook/backend/ebook/e-card.h: un-#if 0 the title field. svn path=/trunk/; revision=2416
Diffstat (limited to 'addressbook/backend/ebook/e-card.h')
-rw-r--r--addressbook/backend/ebook/e-card.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/addressbook/backend/ebook/e-card.h b/addressbook/backend/ebook/e-card.h
index 8eaf235c81..19221488a5 100644
--- a/addressbook/backend/ebook/e-card.h
+++ b/addressbook/backend/ebook/e-card.h
@@ -43,10 +43,13 @@ struct _ECard {
char *url; /* The person's web page. */
ECardDate *bday; /* The person's birthday. */
-#if 0
+
+#if 0
ECardOrg *org; /* The person's organization. */
+#endif
char *title; /* The person's title w/in his org */
+#if 0
char *role; /* The person's role w/in his org */
ECardPhoto *logo; /* This person's org's logo. */