diff options
Diffstat (limited to 'wombat')
-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" |