Monotone-Parent: 7839537e4fac03697d4ceb96e4381a13e8065d9b

Monotone-Revision: 6ccdcaac87d66173b1c675ce714a85b4fa7f82b5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-27T18:18:37
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-27 18:18:37 +00:00
parent bc6962e3ff
commit ee65454c21
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
2006-10-27 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* 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.
+1 -1
View File
@@ -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"];