From ce3b8733d1edfb81222cb0153ebf596a7774666a Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 30 Sep 2007 17:46:47 +0000 Subject: [PATCH] BUGFIX: Fixed a proxy problem causing connections to be rejected by trackers --- TODO | 1 + src/options_imp.cpp | 2 +- src/src.pro | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 187390b41..b5ba6391d 100644 --- a/TODO +++ b/TODO @@ -58,4 +58,5 @@ - 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 diff --git a/src/options_imp.cpp b/src/options_imp.cpp index 070082cd4..7b5ce6315 100644 --- a/src/options_imp.cpp +++ b/src/options_imp.cpp @@ -923,7 +923,7 @@ bool options_imp::addTorrentsInPause() const { // Proxy settings bool options_imp::isProxyEnabled() const{ - return (!comboProxyType->currentIndex()); + return comboProxyType->currentIndex(); } bool options_imp::isProxyAuthEnabled() const{ diff --git a/src/src.pro b/src/src.pro index 9158a8143..6d1de5bd6 100644 --- a/src/src.pro +++ b/src/src.pro @@ -11,7 +11,7 @@ TARGET = qbittorrent CONFIG += qt thread x11 network # Update this VERSION for each release -DEFINES += VERSION=\\\"v1.0.0rc2\\\" +DEFINES += VERSION=\\\"v1.0.0rc3\\\" DEFINES += VERSION_MAJOR=1 DEFINES += VERSION_MINOR=0 DEFINES += VERSION_BUGFIX=0