Ticket #28543: patch-GlobalClasses-AKPrefUtils.m.diff

File patch-GlobalClasses-AKPrefUtils.m.diff, 530 bytes (added by mklein-de (Michael Klein), 13 years ago)
  • GlobalClasses/AKPrefUtils.m

    old new  
    5858    NSMutableArray *fwNames = [NSMutableArray arrayWithArray:prefArray];
    5959   
    6060    // In older versions, "AppKit" was saved as "ApplicationKit" in prefs.
    61     unsigned index = [fwNames indexOfObject:@"ApplicationKit"];
     61    NSUInteger index = [fwNames indexOfObject:@"ApplicationKit"];
    6262    if (index != NSNotFound)
    6363    {
    6464        [fwNames removeObjectAtIndex:index];