libpurple/core.c

changeset 23345
aae374ed980c
parent 23339
ccda14e05414
child 23555
82dab41b4163
child 23645
6901039a86fb
equal deleted inserted replaced
23344:edd0045bf715 23345:aae374ed980c
129 purple_dbus_init(); 129 purple_dbus_init();
130 #endif 130 #endif
131 131
132 purple_ciphers_init(); 132 purple_ciphers_init();
133 133
134 /* Initialize all static protocols. */
135 static_proto_init();
136
137 /* Since plugins get probed so early we should probably initialize their 134 /* Since plugins get probed so early we should probably initialize their
138 * subsystem right away too. 135 * subsystem right away too.
139 */ 136 */
140 purple_plugins_init(); 137 purple_plugins_init();
138
139 /* Initialize all static protocols. */
140 static_proto_init();
141
141 purple_plugins_probe(G_MODULE_SUFFIX); 142 purple_plugins_probe(G_MODULE_SUFFIX);
142 143
143 /* The buddy icon code uses the imgstore, so init it early. */ 144 /* The buddy icon code uses the imgstore, so init it early. */
144 purple_imgstore_init(); 145 purple_imgstore_init();
145 146

mercurial