Ticket #32952: Portfile.diff
File Portfile.diff, 538 bytes (added by mklein-de (Michael Klein), 13 years ago) |
---|
-
src/GlobalClasses/AKPrefUtils.m
old new 58 58 NSMutableArray *fwNames = [NSMutableArray arrayWithArray:prefArray]; 59 59 60 60 // In older versions, "AppKit" was saved as "ApplicationKit" in prefs. 61 unsignedindex = [fwNames indexOfObject:@"ApplicationKit"];61 NSUInteger index = [fwNames indexOfObject:@"ApplicationKit"]; 62 62 if (index != NSNotFound) 63 63 { 64 64 [fwNames removeObjectAtIndex:index];