From ed317d25102c31eefe8f4ac66576a9fa85f6f077 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 29 Nov 2007 19:45:20 +0000 Subject: [PATCH] Monotone-Parent: ed60dc2436a8163bc04661e1f66b3a3d30c2284c Monotone-Revision: a09bb98f042f5485200b06b6f1b4c5b7c4d18f4a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-29T19:45:20 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 4 ++++ SoObjects/SOGo/SOGoContentObject.m | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c19843943..d508c9f1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-11-29 Wolfgang Sourdeau + * SoObjects/SOGo/SOGoContentObject.m ([SOGoContentObject + -ocsPathOfContainer]): return the intended value, not that of + ocsPath... + * SoObjects/Appointments/SOGoCalendarComponent.m ([SOGoCalendarComponent -sendResponseToOrganizer]): send the message only of sendEMailNotifications is set. diff --git a/SoObjects/SOGo/SOGoContentObject.m b/SoObjects/SOGo/SOGoContentObject.m index 1e1d0f795..c82fc5899 100644 --- a/SoObjects/SOGo/SOGoContentObject.m +++ b/SoObjects/SOGo/SOGoContentObject.m @@ -118,7 +118,7 @@ else ocsPathOfContainer = nil; - return ocsPath; + return ocsPathOfContainer; } - (GCSFolder *) ocsFolder