#4326 flags for completeness and wasRunning flipped in completeness callback

This commit is contained in:
Mitchell Livingston 2011-06-19 03:31:41 +00:00
parent 0a5d025568
commit 62f594267a
1 changed files with 1 additions and 1 deletions

View File

@ -1978,7 +1978,7 @@ tr_torrentRecheckCompleteness( tr_torrent * tor )
torrentCallScript( tor, tr_sessionGetTorrentDoneScript( tor->session ) );
}
fireCompletenessChange( tor, wasRunning, completeness );
fireCompletenessChange( tor, completeness, wasRunning );
tr_torrentSetDirty( tor );
}