Get rid of auto_save, we always want to save

This commit is contained in:
Berke Viktor
2012-10-13 08:43:57 +02:00
parent dbef9c9eb4
commit cbd72ff455
4 changed files with 9 additions and 9 deletions

View File

@@ -847,14 +847,18 @@ xchat_exit (void)
in_xchat_exit = TRUE;
plugin_kill_all ();
fe_cleanup ();
if (prefs.autosave)
save_config ();
if (prefs.save_pevents)
{
save_config ();
if (prefs.save_pevents)
pevent_save (NULL);
pevent_save (NULL);
}
if (prefs.autosave_url)
{
url_autosave ();
}
sound_save ();
notify_save ();
ignore_save ();