From 79cc99be64701aa4909c140ca98c458b1a637650 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Sun, 14 Dec 2008 15:47:01 +0000 Subject: [PATCH] See ChangeLog Monotone-Parent: a1b75d2a857673c942b21ee08d20b78d221c52df Monotone-Revision: ab4eb0878b635e86fe5032c1bc571ede66655204 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2008-12-14T15:47:01 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 6 ++++++ SoObjects/Appointments/SOGoAppointmentFolder.m | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9e9f2a87a..89480eac0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-14 Ludovic Marcotte + + * SoObjects/Appointments/SOGoAppointmentFolder.m + ([SOGoAppointmentFolder -_buildStripFieldsFromFields:]): + Don't strip the c_isopaque for the DAndTViewer role. + 2008-12-09 Francis Lachapelle * SoObjects/Appointments/SOGoAppointmentObject.m diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index cb73f2957..668990d42 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -841,7 +841,7 @@ static Class sogoAppointmentFolderKlass = Nil; [stripFields removeObjectsInArray: [NSArray arrayWithObjects: @"c_name", @"c_uid", @"c_startdate", @"c_enddate", @"c_isallday", - @"c_iscycle", + @"c_iscycle", @"c_isopaque", @"c_classification", @"c_component", nil]]; }