(trunk qt) fix wierdness in the torrent properties dialog's file tab, reported by W4pp

This commit is contained in:
Charles Kerr 2009-05-02 14:33:10 +00:00
parent 55e110938c
commit 5cec10d516
1 changed files with 2 additions and 0 deletions

View File

@ -175,6 +175,8 @@ Details :: setIds( const QSet<int>& ids )
disconnect( tor, SIGNAL(torrentChanged(int)), this, SLOT(onTorrentChanged()) );
}
myFileTreeView->clear( );
myIds = ids;
// listen to the new torrents