mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Fix for SPARK-1660
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user