From 322b21c3d7c9cb2b5539e9614cab4228df97a511 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 10 Jan 2012 17:42:33 +0000 Subject: [PATCH] Monotone-Parent: f5ba6db440f5a8ba817af65dea12b4a616fdfe71 Monotone-Revision: 134ea580b291c807ad6e5ffe49e8525c1539cbb2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-10T17:42:33 --- ChangeLog | 5 +++++ SoObjects/Appointments/SOGoAppointmentObject.m | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 777f2904b..2eb727274 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-01-10 Wolfgang Sourdeau + + * SoObjects/Appointments/SOGoAppointmentObject.m + (_requireResponseFromAttendees:): initialize listHasChanged to NO. + 2012-01-05 Francis Lachapelle * SoObjects/SOGo/SOGoUserManager.m (-_registerSource:inDomain::): diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index c288b3d22..927610eb3 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -362,7 +362,7 @@ { NSArray *attendees; iCalPerson *currentAttendee; - BOOL listHasChanged; + BOOL listHasChanged = NO; int count, max; attendees = [event attendees];