summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Aurich <darkrain42@pidgin.im>2009-01-20 19:38:44 +0000
committerPaul Aurich <darkrain42@pidgin.im>2009-01-20 19:38:44 +0000
commit012badee9fbd2f7113e0988d6d46681e7e241cb1 (patch)
treef3f81fc0763ef2059c2bb9baa07aca4952ccef26
parenta0be9d185ad3053acb31e2d73142ca04dee35597 (diff)
downloadpidgin-012badee9fbd2f7113e0988d6d46681e7e241cb1.tar.gz
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.
-rw-r--r--pidgin/gtkmain.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pidgin/gtkmain.c b/pidgin/gtkmain.c
index 590254d01f..91d351acac 100644
--- a/pidgin/gtkmain.c
+++ b/pidgin/gtkmain.c
@@ -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();