LSWJobEditor.m (opengroupware-5.5rc2) | : | LSWJobEditor.m (opengroupware-5.5rc3) | ||
---|---|---|---|---|
skipping to change at line 140 | skipping to change at line 140 | |||
defNotifyList = [[NSArray alloc] initWithObjects: | defNotifyList = [[NSArray alloc] initWithObjects: | |||
[NSNumber numberWithInt:0], | [NSNumber numberWithInt:0], | |||
[NSNumber numberWithInt:1], | [NSNumber numberWithInt:1], | |||
[NSNumber numberWithInt:2], | [NSNumber numberWithInt:2], | |||
nil]; | nil]; | |||
defNotifyLabels = [[NSArray alloc] initWithObjects:@"Never", @"Always", | defNotifyLabels = [[NSArray alloc] initWithObjects:@"Never", @"Always", | |||
@"OnAcceptDone", nil]; | @"OnAcceptDone", nil]; | |||
} | } | |||
- (id)init { | - (id)init { | |||
if ((self == [super init])) { | if (self == [super init]) { | |||
self->isProjectEnabled = HasSkyProject4Desktop; | self->isProjectEnabled = HasSkyProject4Desktop; | |||
self->noOfCols = -1; | self->noOfCols = -1; | |||
self->resultList = [[NSMutableArray alloc] initWithCapacity:16]; | self->resultList = [[NSMutableArray alloc] initWithCapacity:16]; | |||
self->selPrefAccounts = [[NSMutableArray alloc] initWithCapacity:16]; | self->selPrefAccounts = [[NSMutableArray alloc] initWithCapacity:16]; | |||
} | } | |||
return self; | return self; | |||
} | } | |||
- (void)dealloc { | - (void)dealloc { | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |