src/core.c

changeset 6564
a7a2c1927544
parent 6485
3c7ba18e32f1
child 6612
aac6af649208
equal deleted inserted replaced
6563:f741652e3191 6564:a7a2c1927544
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();

mercurial