diff --git a/qt/details.cc b/qt/details.cc index 197273e4b..eeff86b2b 100644 --- a/qt/details.cc +++ b/qt/details.cc @@ -206,6 +206,7 @@ Details :: setIds( const QSet& ids ) myFileTreeView->clear( ); myIds = ids; + myTrackerModel->refresh( myModel, myIds ); // listen to the new torrents foreach( int id, myIds ) {