diff options
author | Chris Toshok <toshok@ximian.com> | 2001-08-10 01:07:24 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-08-10 01:07:24 +0800 |
commit | 2a9ba91eb86d6e48bd4122433d93921d7a5ebbfd (patch) | |
tree | 62d380f337e2ecbacfcbe9e894bb0d6a3f8f7bf9 /default_user | |
parent | fe269e36346d7ffa1fd06173cf5638a1ab966830 (diff) | |
download | gsoc2013-evolution-2a9ba91eb86d6e48bd4122433d93921d7a5ebbfd.tar gsoc2013-evolution-2a9ba91eb86d6e48bd4122433d93921d7a5ebbfd.tar.gz gsoc2013-evolution-2a9ba91eb86d6e48bd4122433d93921d7a5ebbfd.tar.bz2 gsoc2013-evolution-2a9ba91eb86d6e48bd4122433d93921d7a5ebbfd.tar.lz gsoc2013-evolution-2a9ba91eb86d6e48bd4122433d93921d7a5ebbfd.tar.xz gsoc2013-evolution-2a9ba91eb86d6e48bd4122433d93921d7a5ebbfd.tar.zst gsoc2013-evolution-2a9ba91eb86d6e48bd4122433d93921d7a5ebbfd.zip |
remove the description field.
2001-08-09 Chris Toshok <toshok@ximian.com>
* addressbook-sources.xml: remove the description field.
svn path=/trunk/; revision=11832
Diffstat (limited to 'default_user')
-rw-r--r-- | default_user/ChangeLog | 4 | ||||
-rw-r--r-- | default_user/addressbook-sources.xml | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog index 978b0a2b6e..c0936d45e9 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,3 +1,7 @@ +2001-08-09 Chris Toshok <toshok@ximian.com> + + * addressbook-sources.xml: remove the description field. + 2001-08-07 Chris Toshok <toshok@ximian.com> * addressbook-sources.xml: giving up for now. removed netcenter. diff --git a/default_user/addressbook-sources.xml b/default_user/addressbook-sources.xml index ed02831c14..a2d3d49049 100644 --- a/default_user/addressbook-sources.xml +++ b/default_user/addressbook-sources.xml @@ -2,7 +2,6 @@ <addressbooks> <contactserver> <name>Bigfoot</name> - <description>Bigfoot</description> <host>ldap.bigfoot.com</host> <port>389</port> <rootdn></rootdn> @@ -10,7 +9,6 @@ </contactserver> <contactserver> <name>Verisign</name> - <description>Verisign Directory</description> <host>directory.verisign.com</host> <port>389</port> <rootdn/> |