diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-23 22:51:23 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-23 22:51:23 +0800 |
commit | 5524f90bdf2eb3cf654e512e47199432adeae2f2 (patch) | |
tree | 95479cda0eb3ae83e0ce6596df7b39fe2be11766 | |
parent | 66682382391f6f7df955f65a5343f4f0416ff26e (diff) | |
download | gsoc2013-evolution-5524f90bdf2eb3cf654e512e47199432adeae2f2.tar gsoc2013-evolution-5524f90bdf2eb3cf654e512e47199432adeae2f2.tar.gz gsoc2013-evolution-5524f90bdf2eb3cf654e512e47199432adeae2f2.tar.bz2 gsoc2013-evolution-5524f90bdf2eb3cf654e512e47199432adeae2f2.tar.lz gsoc2013-evolution-5524f90bdf2eb3cf654e512e47199432adeae2f2.tar.xz gsoc2013-evolution-5524f90bdf2eb3cf654e512e47199432adeae2f2.tar.zst gsoc2013-evolution-5524f90bdf2eb3cf654e512e47199432adeae2f2.zip |
Add "calendar:supported_protocol" attribute that was missing here (but was
Add
"calendar:supported_protocol" attribute that was missing here (but
was in the LDAP one).
svn path=/trunk/; revision=23038
-rw-r--r-- | wombat/ChangeLog | 6 | ||||
-rw-r--r-- | wombat/GNOME_Evolution_WombatNOLDAP.server.in.in | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index af0d35440f..9e58d3acba 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,9 @@ +2003-10-23 Ettore Perazzoli <ettore@ximian.com> + + * GNOME_Evolution_WombatNOLDAP.server.in.in: Add + "calendar:supported_protocol" attribute that was missing here (but + was in the LDAP one). + 2003-10-21 Chris Toshok <toshok@ximian.com> * GNOME_Evolution_WombatLDAP.server.in.in: add vcf to diff --git a/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in b/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in index c6a7a83a82..84a460db99 100644 --- a/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in +++ b/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in @@ -30,6 +30,9 @@ <oaf_attribute name="name" type="string" _value="Evolution Calendar local file backend"/> + <oaf_attribute name="calendar:supported_protocols" type="stringv"> + <item value="file"/> + </oaf_attribute> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Wombat_InterfaceCheck" |