(qt) #3269: When changing session source we should request a full refresh right away

This commit is contained in:
Daniel Lee 2010-06-16 03:01:09 +00:00
parent 32a4f1df10
commit c944af72eb
1 changed files with 3 additions and 0 deletions

View File

@ -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 );
}
}
/***