# HG changeset patch # User Paul Aurich # Date 1232480324 0 # Node ID e096b6226517bde536ab2976e8bc73782d379a2e # Parent 08a2a4029f204006b4f85f4a0495b94ae20182e8 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. diff -r 08a2a4029f20 -r e096b6226517 pidgin/gtkmain.c --- 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();