console/gntui.c

changeset 14909
d72792eb7575
parent 14620
90d599495d65
child 15564
61befe113a13
equal deleted inserted replaced
14908:0ccb73d4e584 14909:d72792eb7575
34 34
35 #include "internal.h" 35 #include "internal.h"
36 36
37 #include <prefs.h> 37 #include <prefs.h>
38 38
39 void init_gnt_ui() 39 void gnt_ui_init()
40 { 40 {
41 #ifdef STANDALONE 41 #ifdef STANDALONE
42 gnt_init(); 42 gnt_init();
43 #endif 43 #endif
44 44
75 gnt_register_action(_("Statuses"), gg_savedstatus_show_all); 75 gnt_register_action(_("Statuses"), gg_savedstatus_show_all);
76 76
77 #ifdef STANDALONE 77 #ifdef STANDALONE
78 78
79 gg_plugins_save_loaded(); 79 gg_plugins_save_loaded();
80 }
80 81
81 gnt_main(); 82 void gnt_ui_uninit()
82 83 {
83 gaim_accounts_set_ui_ops(NULL); 84 gaim_accounts_set_ui_ops(NULL);
84 gg_accounts_uninit(); 85 gg_accounts_uninit();
85 86
86 gaim_connections_set_ui_ops(NULL); 87 gaim_connections_set_ui_ops(NULL);
87 gg_connections_uninit(); 88 gg_connections_uninit();

mercurial