From 75f2a56f28e3eb9d749a510430344e2edbfc7e18 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 1 Jun 2007 20:37:07 +0000 Subject: [PATCH] Monotone-Parent: 8c2a862718ac523c18f1620d6a8857ee8ecbc181 Monotone-Revision: ef6d3277026d3551c57a338744f21cd3ea71ec34 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-01T20:37:07 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ SoObjects/Contacts/SOGoContactFolder.h | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 274f5aea8..2780c5c6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-06-01 Wolfgang Sourdeau + * SoObjects/Contacts/SOGoContactFolder.h: removed + "nameInContainer" from the list of required methods. + * SoObjects/Appointments/SOGoFreeBusyObject.m ([SOGoFreeBusyObject -davContentType]): returns "text/calendar". diff --git a/SoObjects/Contacts/SOGoContactFolder.h b/SoObjects/Contacts/SOGoContactFolder.h index 904009d3a..6ced261a5 100644 --- a/SoObjects/Contacts/SOGoContactFolder.h +++ b/SoObjects/Contacts/SOGoContactFolder.h @@ -51,7 +51,6 @@ andDisplayName: (NSString *) aDisplayName inContainer: (SOGoObject *) aContainer; -- (NSString *) nameInContainer; - (NSString *) displayName; - (NSArray *) lookupContactsWithFilter: (NSString *) filter