From 2ab5fa8247ab071d4d7a950fa75bc64d015a4c74 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 28 Mar 2008 14:47:33 +0000 Subject: [PATCH] Monotone-Parent: 1e9037357870d127edf32b09b2001df2dd5df26f Monotone-Revision: 9cf7b509368bfae983681bb7bde958d265418598 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-03-28T14:47:33 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ SoObjects/Contacts/SOGoContactLDIFEntry.m | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index d960475d5..472cfde0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-03-28 Wolfgang Sourdeau + * SoObjects/Contacts/SOGoContactLDIFEntry.m ([SOGoContactLDIFEntry + -isFolderish]): new overriden method. + * SoObjects/Appointments/SOGoAppointmentFolder.m ([SOGoAppointmentFolder -appendObject:objectproperties:propertieswithBaseURL:baseURLtoComplexResponse:r]): diff --git a/SoObjects/Contacts/SOGoContactLDIFEntry.m b/SoObjects/Contacts/SOGoContactLDIFEntry.m index 94615aba9..6caa7ca17 100644 --- a/SoObjects/Contacts/SOGoContactLDIFEntry.m +++ b/SoObjects/Contacts/SOGoContactLDIFEntry.m @@ -171,6 +171,11 @@ return vcard; } +- (BOOL) isFolderish +{ + return NO; +} + - (NSString *) davEntityTag { unsigned int hash;