diff --git a/ChangeLog b/ChangeLog index 6f1b9de6f..bb3925643 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-10-27 Wolfgang Sourdeau + * SoObjects/Contacts/SOGoContactLDAPEntry.m ([SOGoContactLDAPEntry + -vCard]): change reverted. + * UI/Contacts/UIxContactEditor.m: check whether the client contact folder has selector "globallyUniqueObjectId" before calling that method. diff --git a/SoObjects/Contacts/SOGoContactLDAPEntry.m b/SoObjects/Contacts/SOGoContactLDAPEntry.m index d164bbc55..92f38c436 100644 --- a/SoObjects/Contacts/SOGoContactLDAPEntry.m +++ b/SoObjects/Contacts/SOGoContactLDAPEntry.m @@ -139,7 +139,7 @@ if (!vcard) { vcard = [[NGVCard alloc] initWithUid: [self nameInContainer]]; - [vcard setClass: @"PUBLIC"]; + [vcard setVClass: @"PUBLIC"]; [vcard setProdID: @"-//OpenGroupware.org//SOGo"]; [vcard setProfile: @"vCard"]; info = [ldapEntry singleAttributeWithName: @"displayName"];