| 141 ops->debug_ui_init(); |
138 ops->debug_ui_init(); |
| 142 } |
139 } |
| 143 |
140 |
| 144 purple_cmds_init(); |
141 purple_cmds_init(); |
| 145 purple_protocols_init(); |
142 purple_protocols_init(); |
| 146 |
|
| 147 /* Load all static protocols. */ |
|
| 148 static_proto_load(); |
|
| 149 |
143 |
| 150 /* Since plugins get probed so early we should probably initialize their |
144 /* Since plugins get probed so early we should probably initialize their |
| 151 * subsystem right away too. |
145 * subsystem right away too. |
| 152 */ |
146 */ |
| 153 purple_plugins_init(); |
147 purple_plugins_init(); |
| 246 |
240 |
| 247 /* Everything after prefs_uninit must not try to read any prefs */ |
241 /* Everything after prefs_uninit must not try to read any prefs */ |
| 248 purple_prefs_uninit(); |
242 purple_prefs_uninit(); |
| 249 purple_plugins_uninit(); |
243 purple_plugins_uninit(); |
| 250 |
244 |
| 251 static_proto_unload(); |
|
| 252 purple_protocols_uninit(); |
245 purple_protocols_uninit(); |
| 253 |
246 |
| 254 purple_cmds_uninit(); |
247 purple_cmds_uninit(); |
| 255 purple_log_uninit(); |
248 purple_log_uninit(); |
| 256 _purple_message_uninit(); |
249 _purple_message_uninit(); |