mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
Monotone-Parent: f5ba6db440f5a8ba817af65dea12b4a616fdfe71
Monotone-Revision: 134ea580b291c807ad6e5ffe49e8525c1539cbb2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-10T17:42:33
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user