- BUGFIX: Wait for torrent_paused_alert before reloading a torrent for full allocation mode

This commit is contained in:
Christophe Dumez 2007-08-15 19:41:12 +00:00
parent d5fa6cefe4
commit 36e87952fa
6 changed files with 30 additions and 9 deletions

View file

@ -606,7 +606,7 @@ void properties::savePiecesPriorities(){
}
pieces_file.close();
if(hasFilteredFiles && !BTSession->inFullAllocationMode(fileHash)){
emit mustHaveFullAllocationMode(h);
BTSession->pauseAndReloadTorrent(h);
}
BTSession->loadFilesPriorities(h);
emit filteredFilesChanged(fileHash);