From 7037b53ff8fb2cf19a28d082b3c7126ef2f21e20 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 3 Jan 2009 22:20:57 +0000 Subject: [PATCH] - Another HTTP proxy fix --- src/options_imp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options_imp.cpp b/src/options_imp.cpp index 0b10a633d..5f87d9034 100644 --- a/src/options_imp.cpp +++ b/src/options_imp.cpp @@ -334,7 +334,7 @@ void options_imp::saveOptions(){ settings.endGroup(); // End Proxy } settings.setValue(QString::fromUtf8("HTTPProxyType"), getHTTPProxyType()); - if(isProxyEnabled()) { + if(isHTTPProxyEnabled()) { settings.beginGroup("HTTPProxy"); // Proxy is enabled, save settings settings.setValue(QString::fromUtf8("IP"), getHTTPProxyIp());