Force dumping of the Preferences file on disk every time the history

is updated
This commit is contained in:
Eric Petit 2006-06-20 14:00:53 +00:00
parent 8194ed1208
commit 29daf2d5af
1 changed files with 1 additions and 0 deletions

View File

@ -779,6 +779,7 @@ static void sleepCallBack( void * controller, io_service_t y,
[history addObject: [torrent history]];
[fDefaults setObject: history forKey: @"History"];
[fDefaults synchronize];
}
- (void) sortTorrents