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;