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