mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 15:45:26 +00:00
Patch applied from bug #1664
Monotone-Parent: 1e79eab4c546452715e5171f1c326b7d36f1c195 Monotone-Revision: 99dc7d9dce88b8a323b1e7aab60de99ed2bfda60 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-05-29T18:56:15
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
- (NSArray *) filterAppointments:(NSArray *) _apts
|
||||
{
|
||||
NSMutableArray *filtered;
|
||||
unsigned i, count, p, pCount;
|
||||
NSUInteger i, count, p, pCount;
|
||||
NSString *email, *partmailsString, *state, *pEmail;
|
||||
NSDictionary *info, *primaryIdentity;
|
||||
NSArray *partmails, *partstates;
|
||||
@@ -370,7 +370,7 @@
|
||||
{
|
||||
NSArray *apts;
|
||||
NSMutableArray *filtered;
|
||||
unsigned i, count;
|
||||
NSUInteger i, count;
|
||||
|
||||
if (allDayApts)
|
||||
return allDayApts;
|
||||
@@ -532,7 +532,8 @@
|
||||
NSString *uidsString, *loc, *prevMethod, *userFolderID;
|
||||
id <WOActionResults> r;
|
||||
BOOL useGroups;
|
||||
unsigned index;
|
||||
NSUInteger index;
|
||||
|
||||
|
||||
uidsString = [self queryParameterForKey: @"userUIDString"];
|
||||
uidsString = [uidsString stringByTrimmingSpaces];
|
||||
|
||||
@@ -525,7 +525,7 @@ iRANGE(2);
|
||||
iCalTrigger *aTrigger;
|
||||
NSString *duration, *quantity;
|
||||
unichar c;
|
||||
unsigned int i;
|
||||
NSUInteger i;
|
||||
|
||||
if ([component hasAlarms])
|
||||
{
|
||||
@@ -1289,7 +1289,7 @@ iRANGE(2);
|
||||
NSString *currentOwner;
|
||||
SOGoAppointmentFolder *currentCalendar;
|
||||
SOGoUser *currentUser;
|
||||
unsigned i;
|
||||
NSUInteger i;
|
||||
|
||||
calendars = [self calendarList];
|
||||
owners = [NSMutableArray arrayWithCapacity: [calendars count]];
|
||||
@@ -1562,7 +1562,7 @@ RANGE(2);
|
||||
{
|
||||
NSString *cycleRep;
|
||||
NSArray *cycles;
|
||||
unsigned i, count;
|
||||
NSUInteger i, count;
|
||||
|
||||
if (!_rrule)
|
||||
return [[self cycles] objectAtIndex:0];
|
||||
@@ -1721,7 +1721,7 @@ RANGE(2);
|
||||
// s = [self queryParameterForKey:_qp];
|
||||
// if(s && [s length] > 0) {
|
||||
// NSArray *es;
|
||||
// unsigned i, count;
|
||||
// NSUInteger i, count;
|
||||
|
||||
// es = [s componentsSeparatedByString: @","];
|
||||
// count = [es count];
|
||||
@@ -1766,7 +1766,7 @@ RANGE(2);
|
||||
- (void) _handleAttendeesEdition
|
||||
{
|
||||
NSMutableArray *newAttendees;
|
||||
unsigned int count, max;
|
||||
NSUInteger count, max;
|
||||
NSString *currentEmail;
|
||||
iCalPerson *currentAttendee;
|
||||
NSString *json, *role, *partstat;
|
||||
@@ -2189,7 +2189,7 @@ RANGE(2);
|
||||
iCalTrigger *aTrigger;
|
||||
iCalAlarm *anAlarm;
|
||||
NSString *aValue;
|
||||
unsigned int index;
|
||||
NSUInteger index;
|
||||
|
||||
anAlarm = [iCalAlarm new];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user