| 62 ops = gaim_get_core_ui_ops(); |
62 ops = gaim_get_core_ui_ops(); |
| 63 |
63 |
| 64 /* The signals subsystem is important and should be first. */ |
64 /* The signals subsystem is important and should be first. */ |
| 65 gaim_signals_init(); |
65 gaim_signals_init(); |
| 66 |
66 |
| 67 gaim_signal_register(core, "quitting", gaim_marshal_VOID); |
67 gaim_signal_register(core, "quitting", gaim_marshal_VOID, NULL, 0); |
| 68 |
68 |
| 69 /* Initialize all static protocols. */ |
69 /* Initialize all static protocols. */ |
| 70 static_proto_init(); |
70 static_proto_init(); |
| 71 |
71 |
| 72 gaim_prefs_init(); |
72 gaim_prefs_init(); |