(trunk web) seedRatioLimit > seedRatio

This commit is contained in:
Kevin Glowacz
2009-07-28 05:23:34 +00:00
parent be1e99ab3f
commit 03ff0005ac
2 changed files with 5 additions and 5 deletions

View File

@@ -396,7 +396,7 @@ Transmission.prototype =
container.scrollTop( offsetTop + offsetHeight - innerHeight );
},
seedRatio: function(){
seedRatioLimit: function(){
if(this._prefs && this._prefs['seedRatioLimited'])
return this._prefs['seedRatioLimit'];
else