Mercurial > pidgin
changeset 25349:e096b6226517
pidgin_quit() shouldn't try to save the list of loaded plugins, as they've all been unloaded by the time it is called.
Saving the plugins at that point results in all loaded plugins being lost
when Pidgin is restarted now that the preferences are saved at shutdown.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 20 Jan 2009 19:38:44 +0000 |
parents | 08a2a4029f20 |
children | 7f9b8351a6b4 |
files | pidgin/gtkmain.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkmain.c Tue Jan 20 02:33:43 2009 +0000 +++ b/pidgin/gtkmain.c Tue Jan 20 19:38:44 2009 +0000 @@ -322,9 +322,6 @@ pidgin_session_end(); #endif - /* Save the plugins we have loaded for next time. */ - pidgin_plugins_save(); - /* Uninit */ pidgin_smileys_uninit(); pidgin_conversations_uninit();