mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
[SPARK-849] Disabling emoticons now -really- disables them.
[SPARK-913] Preferences are saved properly whenever changed. Minor cosmetic tweak to theme panel. A single slash no longer turns into a link. More to come on that front. git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@9682 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
dhenninger
parent
778b19eaa5
commit
2c9c46282c
@ -1180,6 +1180,8 @@ public final class LoginDialog {
|
||||
|
||||
String savePassword = plugin.selectSingleNode("savePassword").getText();
|
||||
localPref.setSavePassword(Boolean.parseBoolean(savePassword));
|
||||
|
||||
SettingsManager.saveSettings();
|
||||
}
|
||||
|
||||
// Delete settings File
|
||||
|
||||
Reference in New Issue
Block a user