diff libpurple/core.c @ 16591:976a9b4c336a

Part of the patch in ticket #383: For this to work, ciphers need to be init-ed before accounts. I don't think that will break anything, since ciphers don't depend on anything else, but the account-icons do depend on ciphers. committer: Richard Laager <rlaager@wiktel.com>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 28 Apr 2007 18:09:26 +0000
parents 478bc85c4aec
children 99e786de5bd5
line wrap: on
line diff
--- a/libpurple/core.c	Sat Apr 28 18:08:31 2007 +0000
+++ b/libpurple/core.c	Sat Apr 28 18:09:26 2007 +0000
@@ -116,6 +116,8 @@
 	purple_dbus_init();
 #endif
 
+	purple_ciphers_init();
+
 	/* Initialize all static protocols. */
 	static_proto_init();
 
@@ -134,7 +136,6 @@
 
 	purple_accounts_init();
 	purple_savedstatuses_init();
-	purple_ciphers_init();
 	purple_notify_init();
 	purple_connections_init();
 	purple_conversations_init();