diff src/core.c @ 12080:3b52d94437f3

[gaim-migrate @ 14377] The rest of sf patch #1354886, from Sadrul Habib Chowdhury, with an EXTREME amount of changes from me. Come to me, first, if something doesn't work. This allows you to edit the substatuses of a saved status. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Nov 2005 07:20:22 +0000
parents ee8312c764b1
children 216988c717da
line wrap: on
line diff
--- a/src/core.c	Mon Nov 14 06:50:07 2005 +0000
+++ b/src/core.c	Mon Nov 14 07:20:22 2005 +0000
@@ -106,9 +106,9 @@
 	gaim_plugins_init();
 	gaim_plugins_probe(G_MODULE_SUFFIX);
 
-	gaim_savedstatuses_init();
 	gaim_status_init();
 	gaim_accounts_init();
+	gaim_savedstatuses_init();
 	gaim_ciphers_init();
 	gaim_connections_init();
 	gaim_conversations_init();