diff --git a/TODO b/TODO index b5ba6391d..42e8d9201 100644 --- a/TODO +++ b/TODO @@ -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 \ No newline at end of file +rc3->rc4 changelog: +- BUGFIX: Fixed ip filter preferences (couldn't enable it) +- BUGFIX: Fixed a compilation problem on FreeBSD \ No newline at end of file diff --git a/src/bittorrent.cpp b/src/bittorrent.cpp index 8d9e02fb8..ad7d1a323 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -35,7 +35,6 @@ #include #include #include -#include #include #include diff --git a/src/bittorrent.h b/src/bittorrent.h index f13e67a76..51e175d17 100644 --- a/src/bittorrent.h +++ b/src/bittorrent.h @@ -27,6 +27,7 @@ #include #include +#include #include "qtorrenthandle.h" using namespace libtorrent; diff --git a/src/options_imp.cpp b/src/options_imp.cpp index 7b5ce6315..4bb838e98 100644 --- a/src/options_imp.cpp +++ b/src/options_imp.cpp @@ -565,7 +565,6 @@ void options_imp::loadOptions(){ processFilterFile(textFilterPath->text()); } else { enableFilter(0); // Disable - filterBox->setEnabled(false); } // End IP Filter settings.endGroup();