1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 14:10:34 +00:00

(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

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