From c266453ee438845fb0e56e0b47fb2afad539d010 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 27 Aug 2008 19:46:38 +0000 Subject: [PATCH] (clutch) fix variablename typo. this is from a patch in ticket #1172 --- web/javascript/torrent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/javascript/torrent.js b/web/javascript/torrent.js index 03b90ef4f..95d91f5d2 100644 --- a/web/javascript/torrent.js +++ b/web/javascript/torrent.js @@ -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 )