src/core.c

changeset 10479
e9165b73e60b
parent 10448
4415ffba12e9
child 10504
eae130eefbfe
--- 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) {

mercurial