| 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 |