Changeset 1014


Ignore:
Timestamp:
Oct 16, 2006, 2:47:10 AM (16 years ago)
Author:
livings124
Message:

small auto-import change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Controller.m

    r1013 r1014  
    365365        selector: @selector(autoSpeedLimit:) userInfo: nil repeats: YES];
    366366   
     367    //auto importing
     368    fAutoImportedNames = [[NSMutableArray alloc] init];
    367369    [self checkAutoImportDirectory];
    368370}
     
    15831585    NSMutableArray * newNames = [importedNames mutableCopy];
    15841586    [newNames removeObjectsInArray: fAutoImportedNames];
    1585     [fAutoImportedNames addObjectsFromArray: newNames];
     1587    [fAutoImportedNames setArray: importedNames];
    15861588   
    15871589    NSEnumerator * enumerator = [newNames objectEnumerator];
Note: See TracChangeset for help on using the changeset viewer.