Don't autoimport on launch in case T was opened by opening torrent files.

This commit is contained in:
Mitchell Livingston 2006-07-29 17:25:19 +00:00
parent af07340483
commit d44d458cd4
1 changed files with 0 additions and 1 deletions

View File

@ -343,7 +343,6 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
//timer to check for auto import every 15 seconds, must do after everything else is set up
fAutoImportedNames = [[NSMutableArray alloc] init];
[self checkAutoImportDirectory: nil];
fAutoImportTimer = [NSTimer scheduledTimerWithTimeInterval: 15.0 target: self
selector: @selector(checkAutoImportDirectory:) userInfo: nil repeats: YES];
[[NSRunLoop currentRunLoop] addTimer: fAutoImportTimer forMode: NSDefaultRunLoopMode];