Fix for SPARK-1660

This commit is contained in:
alexander
2016-03-29 12:17:53 -04:00
parent 4fcd38a7cf
commit 13be8d49bb

View File

@ -733,18 +733,7 @@ public class LoginDialog {
}
}
else if (e.getSource() == loginButton) {
if(SettingsManager.getLocalPreferences().isProxyEnabled())
{
try
{
updateProxyConfig();
}
catch(Exception ex)
{
Log.error("MyException"+ex);
}
}
validateLogin();