when ratio setting is global save it as such

This commit is contained in:
Mitchell Livingston 2007-02-09 02:34:30 +00:00
parent 60b7749385
commit 92ea12482d
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
[NSNumber numberWithBool: fUseIncompleteFolder], @"UseIncompleteFolder",
[self isActive] ? @"NO" : @"YES", @"Paused",
[self date], @"Date",
[NSNumber numberWithBool: fRatioSetting], @"RatioSetting",
[NSNumber numberWithInt: fRatioSetting], @"RatioSetting",
[NSNumber numberWithFloat: fRatioLimit], @"RatioLimit",
[NSNumber numberWithInt: fCheckUpload], @"CheckUpload",
[NSNumber numberWithInt: fUploadLimit], @"UploadLimit",