(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
1 changed files with 1 additions and 0 deletions

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 ) {