diff src/core.c @ 9944:e4a27c9aec4c

[gaim-migrate @ 10838] with much rejoicing, and massive thanks to the efforts of Christian, and all who have helped him, I present to you the incomplete status rewrite! committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 03 Sep 2004 21:35:52 +0000
parents ce434e22edf2
children 9fdbfe832fac
line wrap: on
line diff
--- a/src/core.c	Fri Sep 03 21:21:25 2004 +0000
+++ b/src/core.c	Fri Sep 03 21:35:52 2004 +0000
@@ -35,6 +35,7 @@
 #include "proxy.h"
 #include "signals.h"
 #include "sslconn.h"
+#include "status.h"
 #include "sound.h"
 
 struct GaimCore
@@ -74,7 +75,8 @@
 
 	gaim_prefs_init();
 
-	if (ops != NULL) {
+	if (ops != NULL)
+	{
 		if (ops->ui_prefs_init != NULL)
 			ops->ui_prefs_init();
 
@@ -82,6 +84,7 @@
 			ops->debug_ui_init();
 	}
 
+	gaim_statuses_init();
 	gaim_accounts_init();
 	gaim_connections_init();
 	gaim_conversations_init();
@@ -123,6 +126,7 @@
 	gaim_connections_uninit();
 	gaim_buddy_icons_uninit();
 	gaim_accounts_uninit();
+	gaim_statuses_uninit();
 	gaim_prefs_uninit();
 
 	gaim_debug(GAIM_DEBUG_INFO, "main", "Unloading all plugins\n");