1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-12 17:34:40 +00:00

(clutch) fix variablename typo. this is from a patch in ticket #1172

This commit is contained in:
Charles Kerr 2008-08-27 19:46:38 +00:00
parent 2edfe1907a
commit c266453ee4

View file

@ -304,7 +304,7 @@ Torrent.prototype =
// Fix for situation
// when a verifying/downloading torrent gets state seeding
if( this.state == Torrent._StatusSeeding )
if( this._state == Torrent._StatusSeeding )
notDone = false ;
if( notDone )