Monotone-Parent: 6bc3a118f52fd598fab4c51ea406be4c691dae23

Monotone-Revision: f2ca93f05f1dd7d6b8d2096ea437d4d62ce8e785

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-27T18:11:21
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-27 18:11:21 +00:00
parent e05a9cdc87
commit 0f0ad02315
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
2006-10-27 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Contacts/SOGoContactLDAPEntry.m ([SOGoContactLDAPEntry
-vCard]): the "setVClass" NGVCard method really is "setClass"
instead.
* SoObjects/Contacts/SOGoContactLDAPFolder.m
([SOGoContactLDAPFolder -_searchAttributes]): fixed typo to
request the "streetAddress" instead of the "streetaddress".
+1 -1
View File
@@ -139,7 +139,7 @@
if (!vcard)
{
vcard = [[NGVCard alloc] initWithUid: [self nameInContainer]];
[vcard setVClass: @"PUBLIC"];
[vcard setClass: @"PUBLIC"];
[vcard setProdID: @"-//OpenGroupware.org//SOGo"];
[vcard setProfile: @"vCard"];
info = [ldapEntry singleAttributeWithName: @"displayName"];