JAL-3633 Apply (proxy) button enabled when needed
[jalview.git] / src / jalview / gui / Preferences.java
index 23a7cea..984d4e9 100755 (executable)
@@ -559,6 +559,7 @@ public class Preferences extends GPreferences
     proxyAuthPasswordPB.setText(Cache.proxyAuthPassword == null ? ""
             : new String(Cache.proxyAuthPassword));
     setCustomProxyEnabled();
+    applyProxyButtonEnabled(false);
 
     defaultBrowser.setText(Cache.getDefault("DEFAULT_BROWSER", ""));