aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-10-23 04:49:45 +0800
committerChris Toshok <toshok@src.gnome.org>2003-10-23 04:49:45 +0800
commitf7cbb839adf3fd47aa07ca2080063acd6fff6978 (patch)
tree03f31b00e9fbf1dd4338fc1744df13d9f6c5b9f9 /wombat/GNOME_Evolution_WombatNOLDAP.server.in.in
parent998e8acf8d1acdffe0b91baad1ce200029d519aa (diff)
downloadgsoc2013-evolution-f7cbb839adf3fd47aa07ca2080063acd6fff6978.tar
gsoc2013-evolution-f7cbb839adf3fd47aa07ca2080063acd6fff6978.tar.gz
gsoc2013-evolution-f7cbb839adf3fd47aa07ca2080063acd6fff6978.tar.bz2
gsoc2013-evolution-f7cbb839adf3fd47aa07ca2080063acd6fff6978.tar.lz
gsoc2013-evolution-f7cbb839adf3fd47aa07ca2080063acd6fff6978.tar.xz
gsoc2013-evolution-f7cbb839adf3fd47aa07ca2080063acd6fff6978.tar.zst
gsoc2013-evolution-f7cbb839adf3fd47aa07ca2080063acd6fff6978.zip
add vcf to supported_protocols.
2003-10-21 Chris Toshok <toshok@ximian.com> * GNOME_Evolution_WombatLDAP.server.in.in: add vcf to supported_protocols. * GNOME_Evolution_WombatNOLDAP.server.in.in: same. * wombat.c (setup_pas): register the vcf backend. * Makefile.am (evolution_wombat_LDADD): replace the conditional libpasldap stuff and the references to all the libpas* backends with libpas.la. svn path=/trunk/; revision=22999
Diffstat (limited to 'wombat/GNOME_Evolution_WombatNOLDAP.server.in.in')
-rw-r--r--wombat/GNOME_Evolution_WombatNOLDAP.server.in.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in b/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in
index 9e30130e53..c6a7a83a82 100644
--- a/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in
+++ b/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in
@@ -10,10 +10,11 @@
</oaf_attribute>
<oaf_attribute name="name" type="string"
- _value="Evolution Addressbook local file backend"/>
+ _value="Evolution Addressbook local backend"/>
<oaf_attribute name="addressbook:supported_protocols" type="stringv">
<item value="file"/>
+ <item value="vcf"/>
</oaf_attribute>
</oaf_server>