diff options
author | Dan Winship <danw@src.gnome.org> | 2003-04-08 00:16:35 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-04-08 00:16:35 +0800 |
commit | 2cd3d433867f8e003e16c836289cdc7fec072fe1 (patch) | |
tree | d9d178edab89a8a6fd8096f43bb97521b23d37e3 | |
parent | 28920f94827426eda99b125b25fccc31e40c5968 (diff) | |
download | gsoc2013-evolution-2cd3d433867f8e003e16c836289cdc7fec072fe1.tar gsoc2013-evolution-2cd3d433867f8e003e16c836289cdc7fec072fe1.tar.gz gsoc2013-evolution-2cd3d433867f8e003e16c836289cdc7fec072fe1.tar.bz2 gsoc2013-evolution-2cd3d433867f8e003e16c836289cdc7fec072fe1.tar.lz gsoc2013-evolution-2cd3d433867f8e003e16c836289cdc7fec072fe1.tar.xz gsoc2013-evolution-2cd3d433867f8e003e16c836289cdc7fec072fe1.tar.zst gsoc2013-evolution-2cd3d433867f8e003e16c836289cdc7fec072fe1.zip |
clean up server names
* GNOME_Evolution_WombatLDAP.server.in.in: clean up server names
* GNOME_Evolution_WombatNOLDAP.server.in.in: Likewise
svn path=/trunk/; revision=20708
-rw-r--r-- | wombat/ChangeLog | 6 | ||||
-rw-r--r-- | wombat/GNOME_Evolution_WombatLDAP.server.in.in | 10 | ||||
-rw-r--r-- | wombat/GNOME_Evolution_WombatNOLDAP.server.in.in | 10 |
3 files changed, 14 insertions, 12 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 931f09a9df..ec653aec2a 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,9 @@ +2003-04-07 Dan Winship <danw@ximian.com> + + * GNOME_Evolution_WombatLDAP.server.in.in: clean up server names + + * GNOME_Evolution_WombatNOLDAP.server.in.in: Likewise + 2003-03-28 Ettore Perazzoli <ettore@ximian.com> * GNOME_Evolution_WombatLDAP.server.in.in: Add InterfaceCheck diff --git a/wombat/GNOME_Evolution_WombatLDAP.server.in.in b/wombat/GNOME_Evolution_WombatLDAP.server.in.in index 74450de9df..714763b8ac 100644 --- a/wombat/GNOME_Evolution_WombatLDAP.server.in.in +++ b/wombat/GNOME_Evolution_WombatLDAP.server.in.in @@ -9,8 +9,8 @@ <item value="IDL:Bonobo/Unknown:1.0"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="The Personal Addressbook Server"/> + <oaf_attribute name="name" type="string" + _value="Evolution Addressbook local/LDAP backend"/> <oaf_attribute name="addressbook:supported_protocols" type="stringv"> <item value="ldap"/> @@ -27,8 +27,8 @@ <item value="IDL:Bonobo/Unknown:1.0"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="The Personal Calendar Server; calendar factory"/> + <oaf_attribute name="name" type="string" + _value="Evolution Calendar local file backend"/> </oaf_server> @@ -41,8 +41,6 @@ <item value="IDL:Bonobo/Unknown:1.0"/> </oaf_attribute> - <oaf_attribute name="description" type="string" _value="Wombat InterfaceCheck interface"/> - </oaf_server> </oaf_info> diff --git a/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in b/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in index fee8a777c1..9e30130e53 100644 --- a/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in +++ b/wombat/GNOME_Evolution_WombatNOLDAP.server.in.in @@ -9,8 +9,8 @@ <item value="IDL:Bonobo/Unknown:1.0"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="The Personal Addressbook Server"/> + <oaf_attribute name="name" type="string" + _value="Evolution Addressbook local file backend"/> <oaf_attribute name="addressbook:supported_protocols" type="stringv"> <item value="file"/> @@ -26,8 +26,8 @@ <item value="IDL:Bonobo/Unknown:1.0"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="The Personal Calendar Server; calendar factory"/> + <oaf_attribute name="name" type="string" + _value="Evolution Calendar local file backend"/> </oaf_server> @@ -40,8 +40,6 @@ <item value="IDL:Bonobo/Unknown:1.0"/> </oaf_attribute> - <oaf_attribute name="description" type="string" _value="Wombat InterfaceCheck interface"/> - </oaf_server> </oaf_info> |