comparison 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
comparison
equal deleted inserted replaced
16590:66f0cda796e1 16591:976a9b4c336a
114 114
115 #ifdef HAVE_DBUS 115 #ifdef HAVE_DBUS
116 purple_dbus_init(); 116 purple_dbus_init();
117 #endif 117 #endif
118 118
119 purple_ciphers_init();
120
119 /* Initialize all static protocols. */ 121 /* Initialize all static protocols. */
120 static_proto_init(); 122 static_proto_init();
121 123
122 /* Since plugins get probed so early we should probably initialize their 124 /* Since plugins get probed so early we should probably initialize their
123 * subsystem right away too. 125 * subsystem right away too.
132 purple_status_init(); 134 purple_status_init();
133 purple_buddy_icons_init(); 135 purple_buddy_icons_init();
134 136
135 purple_accounts_init(); 137 purple_accounts_init();
136 purple_savedstatuses_init(); 138 purple_savedstatuses_init();
137 purple_ciphers_init();
138 purple_notify_init(); 139 purple_notify_init();
139 purple_connections_init(); 140 purple_connections_init();
140 purple_conversations_init(); 141 purple_conversations_init();
141 purple_blist_init(); 142 purple_blist_init();
142 purple_log_init(); 143 purple_log_init();