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
@ -289,6 +289,7 @@ public final class MainWindow extends ChatFrame implements ActionListener {
|
||||
try {
|
||||
// Set auto-login to false;
|
||||
SettingsManager.getLocalPreferences().setAutoLogin(false);
|
||||
SettingsManager.saveSettings();
|
||||
|
||||
fireWindowShutdown();
|
||||
setVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user