From 5cec10d5166fc19c4615c9745c10cc068d3425e6 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 2 May 2009 14:33:10 +0000 Subject: [PATCH] (trunk qt) fix wierdness in the torrent properties dialog's file tab, reported by W4pp --- qt/details.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt/details.cc b/qt/details.cc index a5e4415ae..3a8af4dad 100644 --- a/qt/details.cc +++ b/qt/details.cc @@ -175,6 +175,8 @@ Details :: setIds( const QSet& ids ) disconnect( tor, SIGNAL(torrentChanged(int)), this, SLOT(onTorrentChanged()) ); } + myFileTreeView->clear( ); + myIds = ids; // listen to the new torrents