aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-09-17 08:45:36 +0800
committerChris Toshok <toshok@src.gnome.org>2001-09-17 08:45:36 +0800
commit04b1bded1c8809e85950d6b08ccafcedca8213fb (patch)
tree2e8b359df12d34162755b82be27a99960ef1f6e2
parent842aaaaa8c02daa7b0dc4651ee01a8e1d6c21910 (diff)
downloadgsoc2013-evolution-04b1bded1c8809e85950d6b08ccafcedca8213fb.tar
gsoc2013-evolution-04b1bded1c8809e85950d6b08ccafcedca8213fb.tar.gz
gsoc2013-evolution-04b1bded1c8809e85950d6b08ccafcedca8213fb.tar.bz2
gsoc2013-evolution-04b1bded1c8809e85950d6b08ccafcedca8213fb.tar.lz
gsoc2013-evolution-04b1bded1c8809e85950d6b08ccafcedca8213fb.tar.xz
gsoc2013-evolution-04b1bded1c8809e85950d6b08ccafcedca8213fb.tar.zst
gsoc2013-evolution-04b1bded1c8809e85950d6b08ccafcedca8213fb.zip
fix syntax errors (which are broken, imo...)
2001-09-16 Chris Toshok <toshok@ximian.com> * backend/pas/evolutionperson.schema: fix syntax errors (which are broken, imo...) svn path=/trunk/; revision=12866
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/backend/pas/evolutionperson.schema4
2 files changed, 7 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index bded8b13b9..ca80b12360 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,10 @@
2001-09-16 Chris Toshok <toshok@ximian.com>
+ * backend/pas/evolutionperson.schema: fix syntax errors (which are
+ broken, imo...)
+
+2001-09-16 Chris Toshok <toshok@ximian.com>
+
* gui/component/addressbook-storage.h: reorder the LDAP scopes so
that they match the order of the option menus in the glade file.
diff --git a/addressbook/backend/pas/evolutionperson.schema b/addressbook/backend/pas/evolutionperson.schema
index e8ecd8bc53..76a975330e 100644
--- a/addressbook/backend/pas/evolutionperson.schema
+++ b/addressbook/backend/pas/evolutionperson.schema
@@ -179,7 +179,7 @@ objectclass ( 1.3.6.1.4.1.8506.1.3.1
otherPostalAddress $ mailer $ birthDate $ anniversary $ spouseName $
note $ companyPhone $ callbackPhone $ otherFacsimileTelephoneNumber $
radio $ telex $ tty $ categories )
- )
+ )
# evolutionPersonList
objectclass ( 1.3.6.1.4.1.8506.1.3.2
@@ -189,4 +189,4 @@ objectclass ( 1.3.6.1.4.1.8506.1.3.2
STRUCTURAL
MUST (
listName $ mail $ contact )
-)
+ )