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,17 +733,6 @@ public class LoginDialog {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (e.getSource() == loginButton) {
|
else if (e.getSource() == loginButton) {
|
||||||
if(SettingsManager.getLocalPreferences().isProxyEnabled())
|
|
||||||
{
|
|
||||||
try
|
|
||||||
{
|
|
||||||
updateProxyConfig();
|
|
||||||
}
|
|
||||||
catch(Exception ex)
|
|
||||||
{
|
|
||||||
Log.error("MyException"+ex);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
validateLogin();
|
validateLogin();
|
||||||
|
|||||||
Reference in New Issue
Block a user