(trunk web) #5013 fix r13523 tyop

This commit is contained in:
Jordan Lee 2012-09-23 22:33:55 +00:00
parent 53ef843cbd
commit 6438568d66
1 changed files with 1 additions and 1 deletions

View 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;