diff src/core.c @ 10479:12460aa2c820

[gaim-migrate @ 11766] grim made me do it committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 06 Jan 2005 06:16:50 +0000
parents 6a20307ef8dc
children 1a97d5e88d12
line wrap: on
line diff
--- a/src/core.c	Thu Jan 06 05:49:36 2005 +0000
+++ b/src/core.c	Thu Jan 06 06:16:50 2005 +0000
@@ -78,6 +78,10 @@
 	/* Initialize all static protocols. */
 	static_proto_init();
 
+	/* Since plugins get probed so early we should probably initialize their
+	 * subsystem right away too.
+	 */
+	gaim_plugins_init();
 	gaim_plugins_probe(NULL);
 
 	if (ops != NULL)
@@ -145,6 +149,7 @@
 	if (ops != NULL && ops->quit != NULL)
 		ops->quit();
 
+	gaim_plugins_uninit();
 	gaim_signals_uninit();
 
 	if (core->ui != NULL) {