Changeset 1014
- Timestamp:
- Oct 16, 2006, 2:47:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r1013 r1014 365 365 selector: @selector(autoSpeedLimit:) userInfo: nil repeats: YES]; 366 366 367 //auto importing 368 fAutoImportedNames = [[NSMutableArray alloc] init]; 367 369 [self checkAutoImportDirectory]; 368 370 } … … 1583 1585 NSMutableArray * newNames = [importedNames mutableCopy]; 1584 1586 [newNames removeObjectsInArray: fAutoImportedNames]; 1585 [fAutoImportedNames addObjectsFromArray: newNames];1587 [fAutoImportedNames setArray: importedNames]; 1586 1588 1587 1589 NSEnumerator * enumerator = [newNames objectEnumerator];
Note: See TracChangeset
for help on using the changeset viewer.