]> granicus.if.org Git - transmission/commitdiff
#4326 flags for completeness and wasRunning flipped in completeness callback
authorMitchell Livingston <livings124@transmissionbt.com>
Sun, 19 Jun 2011 03:31:41 +0000 (03:31 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sun, 19 Jun 2011 03:31:41 +0000 (03:31 +0000)
libtransmission/torrent.c

index 72572a9ae4bf35a2988fd0b6cf0082ecdfeb5055..98b8e78a29965fe0468024db8d58fe102d240d30 100644 (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 );
     }