pidgin: 874dbd46: pidgin_quit() shouldn't try to save the ...

paul at darkrain42.org paul at darkrain42.org
Tue Jan 20 14:46:53 EST 2009


-----------------------------------------------------------------
Revision: 874dbd4635319a67ac152802b9c985b0d261f3eb
Ancestor: ce7325225416ec95baeeda78efa250ccc0c8dc87
Author: paul at darkrain42.org
Date: 2009-01-20T19:38:44
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/874dbd4635319a67ac152802b9c985b0d261f3eb

Modified files:
        pidgin/gtkmain.c

ChangeLog: 

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.

-------------- next part --------------
============================================================
--- pidgin/gtkmain.c	2668e844ffc992c38cdf4bfc848fb870cd56328c
+++ pidgin/gtkmain.c	1aa8d872b5008f674537a111099cbf68a34e0586
@@ -322,9 +322,6 @@ pidgin_quit(void)
 	pidgin_session_end();
 #endif
 
-	/* Save the plugins we have loaded for next time. */
-	pidgin_plugins_save();
-
 	/* Uninit */
 	pidgin_smileys_uninit();
 	pidgin_conversations_uninit();


More information about the Commits mailing list