From 429e214829e1f6c1265700e2675ce470926589b5 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 28 Sep 2010 15:03:33 +0000 Subject: [PATCH] Monotone-Parent: 419b1ab67b5bfaf33f85305a451b3413fa3336b4 Monotone-Revision: 13c390d039edb8ee59063c3d31ce0a34717725d7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-09-28T15:03:33 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 7 ++++++- SoObjects/Contacts/SOGoContactGCSEntry.m | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 75c3302f7..8ccc98d20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ +2010-09-28 Wolfgang Sourdeau + + * SoObjects/Contacts/SOGoContactGCSEntry.m (-displayName): new + accessor. + 2010-09-24 Ludovic Marcotte * Added caching support for LDAP-based groups - * SoObjects/SOGo/LDAPSource.m + * SoObjects/SOGo/LDAPSource.m Improved SafeLDAPCriteria() to properly escape '%' * Dropped lots of unnecessary and worthless files diff --git a/SoObjects/Contacts/SOGoContactGCSEntry.m b/SoObjects/Contacts/SOGoContactGCSEntry.m index 03251f6ed..f63a684d1 100644 --- a/SoObjects/Contacts/SOGoContactGCSEntry.m +++ b/SoObjects/Contacts/SOGoContactGCSEntry.m @@ -108,6 +108,11 @@ return [newContact saveContentString: [newCard versitString]]; } +- (NSString *) displayName +{ + return [[self vCard] fn]; +} + /* DAV */ - (NSString *) davContentType