diff --git a/browser/components/preferences/connection.js b/browser/components/preferences/connection.js index 81e4e1178..ff5b0ab08 100644 --- a/browser/components/preferences/connection.js +++ b/browser/components/preferences/connection.js @@ -76,7 +76,7 @@ var gConnectionsDialog = { var autologinProxyPref = document.getElementById("signon.autologin.proxy"); autologinProxyPref.disabled = proxyTypePref.value == 0; var noProxiesPref = document.getElementById("network.proxy.no_proxies_on"); - noProxiesPref.disabled = proxyTypePref.value != 1; + noProxiesPref.disabled = proxyTypePref.value == 0; var autoconfigURLPref = document.getElementById("network.proxy.autoconfig_url"); autoconfigURLPref.disabled = proxyTypePref.value != 2; diff --git a/browser/components/preferences/connection.xul b/browser/components/preferences/connection.xul index 7debc2bf8..10fc70de4 100644 --- a/browser/components/preferences/connection.xul +++ b/browser/components/preferences/connection.xul @@ -146,9 +146,6 @@ -