- BUGFIX: The torrent size displayed now takes filtered files into consideration

- BUGFIX: Fixed compiling errors with libtorrent svn (adds UPnP support)
This commit is contained in:
Christophe Dumez
2007-04-12 21:42:05 +00:00
parent 985bb8926b
commit 06448509fb
11 changed files with 52 additions and 11 deletions

View File

@@ -290,10 +290,6 @@ void properties::saveFilteredFiles(){
}
}
pieces_file.close();
if(!has_filtered_files){
// Don't need to reload torrent
// if already in full allocation mode
emit changedFilteredFiles(h, !hasFilteredFiles);
}
emit changedFilteredFiles(h, !hasFilteredFiles);
has_filtered_files = hasFilteredFiles;
}