- Removed code that is no longer needed

This commit is contained in:
Christophe Dumez 2008-12-27 20:35:25 +00:00
parent 1499138b9b
commit 2e5330e54b
2 changed files with 3 additions and 5 deletions

View file

@ -901,7 +901,7 @@ void GUI::processDownloadedFiles(QString path, QString url) {
bool useTorrentAdditionDialog = settings.value(QString::fromUtf8("Preferences/Downloads/AdditionDialog"), true).toBool();
if(useTorrentAdditionDialog) {
torrentAdditionDialog *dialog = new torrentAdditionDialog(this, BTSession);
dialog->showLoad(path, false, url);
dialog->showLoad(path, url);
}else{
BTSession->addTorrent(path, false, url);
}