mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
SPARK-1740: Preference tend to work better when they're saved.
This commit is contained in:
@ -253,6 +253,7 @@ class SsoLoginSettingsPanel extends JPanel implements ActionListener
|
|||||||
{
|
{
|
||||||
localPreferences.setSSOMethod( "file" );
|
localPreferences.setSSOMethod( "file" );
|
||||||
}
|
}
|
||||||
|
localPreferences.setSaslGssapiSmack3Compatible( useSaslGssapiSmack3compatBox.isSelected() );
|
||||||
SettingsManager.saveSettings();
|
SettingsManager.saveSettings();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user