From cb8ecb74bf905357e830c4619ecbdbca02506f8b Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 4 Sep 2007 04:27:52 +0000 Subject: [PATCH] - Fixed a bug introduced recently in torrent addition dialog --- src/torrentAddition.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/torrentAddition.h b/src/torrentAddition.h index 434b4cacd..077f58889 100644 --- a/src/torrentAddition.h +++ b/src/torrentAddition.h @@ -180,7 +180,6 @@ class torrentAdditionDialog : public QDialog, private Ui_addTorrentDialog{ bool allFiltered() const { unsigned int nbRows = PropListModel->rowCount(); - if(nbRows == 1) return true; for(unsigned int i=0; idata(PropListModel->index(i, PRIORITY)).toInt() != IGNORED) return false;