From 61abfb87241de27c24710e676fbb64eabdde0835 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 30 Jun 2008 21:46:05 +0000 Subject: [PATCH] Monotone-Parent: 00293ff1c17131bee9ded6c69cb66e9253198cb1 Monotone-Revision: 12a978320b509383d727e835aa557429699e1bce Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-06-30T21:46:05 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentFolder.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 14dea178e..6113fb50c 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -2019,6 +2019,8 @@ _selectorForProperty (NSString *property) NSString *filename; unsigned int count; + filename = nil; + if (!nameFields) nameFields = [[NSArray alloc] initWithObjects: @"c_name", nil];