Monotone-Parent: f5ba6db440f5a8ba817af65dea12b4a616fdfe71

Monotone-Revision: 134ea580b291c807ad6e5ffe49e8525c1539cbb2

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-01-10T17:42:33
This commit is contained in:
Wolfgang Sourdeau
2012-01-10 17:42:33 +00:00
parent be34aeee0e
commit 322b21c3d7
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2012-01-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentObject.m
(_requireResponseFromAttendees:): initialize listHasChanged to NO.
2012-01-05 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/SOGo/SOGoUserManager.m (-_registerSource:inDomain::):
@@ -362,7 +362,7 @@
{
NSArray *attendees;
iCalPerson *currentAttendee;
BOOL listHasChanged;
BOOL listHasChanged = NO;
int count, max;
attendees = [event attendees];