JAL-3633 last minute refinement so password box doesn't get focus all the time
[jalview.git] / src / jalview / bin / Cache.java
index 7b2030f..8e36d68 100755 (executable)
@@ -1376,7 +1376,8 @@ public class Cache
                         .getString("label.proxy_password_required");
                 Preferences.openPreferences(Preferences.CONNECTIONS_TAB,
                         message);
-                Preferences.getInstance().proxyAuthPasswordCheckHighlight(true);
+                Preferences.getInstance()
+                        .proxyAuthPasswordCheckHighlight(true, true);
               }
               else
               {