]> granicus.if.org Git - transmission/commitdiff
(trunk web) #5013 fix r13523 tyop
authorJordan Lee <jordan@transmissionbt.com>
Sun, 23 Sep 2012 22:33:55 +0000 (22:33 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Sun, 23 Sep 2012 22:33:55 +0000 (22:33 +0000)
web/javascript/inspector.js

index 122fc9f51664e4d42e0224dc548b3d332622c4c4..bc63cd2eb1cb819c28680d949148925009aeb61d 100644 (file)
@@ -562,7 +562,7 @@ function Inspector(controller) {
 
         tor = torrents[0];
         n = tor ? tor.getFileCount() : 0;
-        if (tor!=data.file_torrent || n==data.file_torrent_n) {
+        if (tor!=data.file_torrent || n!=data.file_torrent_n) {
             // rebuild the file list...
             clearFileList();
             data.file_torrent = tor;