- Another attempt to fix compilation on FreeBSD

- Fixed IP Filter preferences (closes #147532)
This commit is contained in:
Christophe Dumez 2007-10-01 09:47:00 +00:00
parent ce3b8733d1
commit 4f25e6c769
4 changed files with 4 additions and 5 deletions

6
TODO
View File

@ -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

View File

@ -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>

View File

@ -27,6 +27,7 @@
#include <QStringList>
#include <libtorrent/session.hpp>
#include <libtorrent/ip_filter.hpp>
#include "qtorrenthandle.h"
using namespace libtorrent;

View File

@ -565,7 +565,6 @@ void options_imp::loadOptions(){
processFilterFile(textFilterPath->text());
} else {
enableFilter(0); // Disable
filterBox->setEnabled(false);
}
// End IP Filter
settings.endGroup();