1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 17:17:31 +00:00

(trunk qt) #3497 "Trackerlist not cleared/disabled when torrent selection cleared" -- fixed.

This commit is contained in:
Charles Kerr 2010-08-08 23:21:19 +00:00
parent ac9dd13ee0
commit 36325f7a2f

View file

@ -206,6 +206,7 @@ Details :: setIds( const QSet<int>& ids )
myFileTreeView->clear( );
myIds = ids;
myTrackerModel->refresh( myModel, myIds );
// listen to the new torrents
foreach( int id, myIds ) {