- Fixed IP Filter preferences (closes #147532)
@ -57,6 +57,6 @@
- Translations update (IN PROGRESS)
- Make use of total_wanted
rc2->rc3 changelog:
- BUGFIX: Fixed a proxy problem causing connections to be rejected by trackers
- BUGFIX: Fixed compilation problem on FreeBSD
rc3->rc4 changelog:
- BUGFIX: Fixed ip filter preferences (couldn't enable it)
- BUGFIX: Fixed a compilation problem on FreeBSD
@ -35,7 +35,6 @@
#include <libtorrent/bencode.hpp>
#include <libtorrent/identify_client.hpp>
#include <libtorrent/alert_types.hpp>
#include <libtorrent/ip_filter.hpp>
#include <libtorrent/torrent_info.hpp>
#include <boost/filesystem/exception.hpp>
@ -27,6 +27,7 @@
#include <QStringList>
#include <libtorrent/session.hpp>
#include "qtorrenthandle.h"
using namespace libtorrent;
@ -565,7 +565,6 @@ void options_imp::loadOptions(){
processFilterFile(textFilterPath->text());
} else {
enableFilter(0); // Disable
filterBox->setEnabled(false);
}
// End IP Filter
settings.endGroup();