From ee65454c218c7ccd21c086da0a60c9a45efb87c5 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 27 Oct 2006 18:18:37 +0000 Subject: [PATCH] Monotone-Parent: 7839537e4fac03697d4ceb96e4381a13e8065d9b Monotone-Revision: 6ccdcaac87d66173b1c675ce714a85b4fa7f82b5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-27T18:18:37 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ SoObjects/Contacts/SOGoContactLDAPEntry.m | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"];