Save URLs to disk on-the-fly and provide an option for toggling it

This commit is contained in:
Berke Viktor
2012-10-13 10:03:39 +02:00
parent d4f3738ca8
commit ca3fa043f0
7 changed files with 43 additions and 18 deletions

View File

@@ -854,11 +854,6 @@ xchat_exit (void)
pevent_save (NULL);
}
if (prefs.autosave_url)
{
url_autosave ();
}
sound_save ();
notify_save ();
ignore_save ();