Ticket #28543: patch-GlobalClasses-AKPrefUtils.m.diff
File patch-GlobalClasses-AKPrefUtils.m.diff, 530 bytes (added by mklein-de (Michael Klein), 14 years ago) |
---|
-
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];