[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:
Daniel Henninger
2007-12-27 03:01:41 +00:00
committed by dhenninger
parent 778b19eaa5
commit 2c9c46282c
11 changed files with 36 additions and 9 deletions

View File

@ -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);