Fixed the "Folders" mode in SE which was broken since the conversion to objp.

This commit is contained in:
Virgil Dupras 2012-05-13 12:45:22 -04:00
parent df9af9a796
commit 21af7b2fcd
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ http://www.hardcoded.net/licenses/bsd_license
- (void)setScanOptions
{
NSUserDefaults *ud = [NSUserDefaults standardUserDefaults];
[model setScanType:n2b([ud objectForKey:@"scanType"])];
[model setScanType:n2i([ud objectForKey:@"scanType"])];
[model setMinMatchPercentage:n2i([ud objectForKey:@"minMatchPercentage"])];
[model setWordWeighting:n2b([ud objectForKey:@"wordWeighting"])];
[model setMixFileKind:n2b([ud objectForKey:@"mixFileKind"])];