From 28a8d6c0e7f74218226422978efcc48b6d3b91cd Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 13 Jun 2008 21:35:23 +0000 Subject: [PATCH] Monotone-Parent: 6b823ced59f092f04fbddc4591dc565de83b429d Monotone-Revision: f0272356b5859dc15924f19ef79e1a13b9e71f8f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-06-13T21:35:23 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentFolder.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 253d708b5..f804534a1 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -972,6 +972,7 @@ _selectorForProperty (NSString *property) values = [self _properties: properties ofObject: object]; currentValue = values; + property = properties; while (*property) { @@ -987,7 +988,7 @@ _selectorForProperty (NSString *property) propertyValue = [NSString stringWithFormat: @"<%@/>", nodeTag]; propDict = properties404; } - [properties200 addObject: propertyValue]; + [propDict addObject: propertyValue]; property++; currentValue++; }