BUGFIX: Fixed a proxy problem causing connections to be rejected by trackers

This commit is contained in:
Christophe Dumez 2007-09-30 17:46:47 +00:00
parent b0140fbdbe
commit ce3b8733d1
3 changed files with 3 additions and 2 deletions

View file

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