aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/ebook/e-card.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-04-15 08:14:42 +0800
committerChris Lahey <clahey@src.gnome.org>2000-04-15 08:14:42 +0800
commit82e77d6d8e73f418ae75d975324dbfa59218c4cd (patch)
tree260698e8c301d03f914c8f755abceb6c5cb7530b /addressbook/backend/ebook/e-card.h
parentb8681b4d2546a139781f8f6aea05c0fd29343f30 (diff)
downloadgsoc2013-evolution-82e77d6d8e73f418ae75d975324dbfa59218c4cd.tar
gsoc2013-evolution-82e77d6d8e73f418ae75d975324dbfa59218c4cd.tar.gz
gsoc2013-evolution-82e77d6d8e73f418ae75d975324dbfa59218c4cd.tar.bz2
gsoc2013-evolution-82e77d6d8e73f418ae75d975324dbfa59218c4cd.tar.lz
gsoc2013-evolution-82e77d6d8e73f418ae75d975324dbfa59218c4cd.tar.xz
gsoc2013-evolution-82e77d6d8e73f418ae75d975324dbfa59218c4cd.tar.zst
gsoc2013-evolution-82e77d6d8e73f418ae75d975324dbfa59218c4cd.zip
Added a note field.
2000-04-14 Christopher James Lahey <clahey@helixcode.com> * addressbook/backend/ebook/e-card.c, addressbook/backend/ebook/e-card.h, addressbook/backend/pas/pas-backend-file.c, addressbook/backend/pas/pas-backend-ldap.c, addressbook/contact-editor/e-contact-editor.c: Added a note field. From shell/ChangeLog: 2000-04-14 Christopher James Lahey <clahey@helixcode.com> * e-shell-view.c: Made the left pane of the shell view not autoresize. svn path=/trunk/; revision=2444
Diffstat (limited to 'addressbook/backend/ebook/e-card.h')
-rw-r--r--addressbook/backend/ebook/e-card.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/addressbook/backend/ebook/e-card.h b/addressbook/backend/ebook/e-card.h
index 19221488a5..5288c63c43 100644
--- a/addressbook/backend/ebook/e-card.h
+++ b/addressbook/backend/ebook/e-card.h
@@ -44,12 +44,13 @@ struct _ECard {
ECardDate *bday; /* The person's birthday. */
+ char *note;
+
-#if 0
- ECardOrg *org; /* The person's organization. */
-#endif
char *title; /* The person's title w/in his org */
#if 0
+ ECardOrg *org; /* The person's organization. */
+
char *role; /* The person's role w/in his org */
ECardPhoto *logo; /* This person's org's logo. */