diff options
author | Chris Toshok <toshok@ximian.com> | 2001-03-13 13:22:01 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-03-13 13:22:01 +0800 |
commit | 825e963795172d4b93ff1435cf63137c5e217728 (patch) | |
tree | 40da9b1552297e33c1a2956fbe0b10f9edcb5b99 /addressbook/backend/ebook/e-card-simple.h | |
parent | b089c850c554594aefb5cf1024a68019aac8701c (diff) | |
download | gsoc2013-evolution-825e963795172d4b93ff1435cf63137c5e217728.tar gsoc2013-evolution-825e963795172d4b93ff1435cf63137c5e217728.tar.gz gsoc2013-evolution-825e963795172d4b93ff1435cf63137c5e217728.tar.bz2 gsoc2013-evolution-825e963795172d4b93ff1435cf63137c5e217728.tar.lz gsoc2013-evolution-825e963795172d4b93ff1435cf63137c5e217728.tar.xz gsoc2013-evolution-825e963795172d4b93ff1435cf63137c5e217728.tar.zst gsoc2013-evolution-825e963795172d4b93ff1435cf63137c5e217728.zip |
add E_STRING_PROP for categories.
2001-03-12 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c: add E_STRING_PROP for
categories.
* backend/pas/evolutionperson.schema: add categories attribute.
* backend/ebook/e-card-simple.c (field_data): add
E_CARD_SIMPLE_FIELD_CATEGORIES.
* backend/ebook/e-card-simple.h: add
E_CARD_SIMPLE_FIELD_CATEGORIES.
svn path=/trunk/; revision=8664
Diffstat (limited to 'addressbook/backend/ebook/e-card-simple.h')
-rw-r--r-- | addressbook/backend/ebook/e-card-simple.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/backend/ebook/e-card-simple.h b/addressbook/backend/ebook/e-card-simple.h index bcdc37f914..2fe96be18e 100644 --- a/addressbook/backend/ebook/e-card-simple.h +++ b/addressbook/backend/ebook/e-card-simple.h @@ -120,6 +120,7 @@ enum _ECardSimpleField { E_CARD_SIMPLE_FIELD_BIRTH_DATE, E_CARD_SIMPLE_FIELD_MAILER, E_CARD_SIMPLE_FIELD_NAME_OR_ORG, + E_CARD_SIMPLE_FIELD_CATEGORIES, E_CARD_SIMPLE_FIELD_LAST }; |