From c944af72ebe100666354622da813dc250251430e Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Wed, 16 Jun 2010 03:01:09 +0000 Subject: [PATCH] (qt) #3269: When changing session source we should request a full refresh right away --- qt/mainwin.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qt/mainwin.cc b/qt/mainwin.cc index cb1767188..baeed0f04 100644 --- a/qt/mainwin.cc +++ b/qt/mainwin.cc @@ -1264,7 +1264,10 @@ TrMainWindow :: removeTorrents( const bool deleteFiles ) layout->addItem( spacer, layout->rowCount(), 0, 1, layout->columnCount() ); if( msgBox->exec() == QMessageBox::Ok ) + { + ui.listView->selectionModel()->clear(); mySession.removeTorrents( ids, deleteFiles ); + } } /***