mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user