| 24 #include "gntaccount.h" |
24 #include "gntaccount.h" |
| 25 #include "gntblist.h" |
25 #include "gntblist.h" |
| 26 #include "gntconn.h" |
26 #include "gntconn.h" |
| 27 #include "gntconv.h" |
27 #include "gntconv.h" |
| 28 #include "gntdebug.h" |
28 #include "gntdebug.h" |
| |
29 #include "gntft.h" |
| 29 #include "gntnotify.h" |
30 #include "gntnotify.h" |
| 30 #include "gntplugin.h" |
31 #include "gntplugin.h" |
| 31 #include "gntpounce.h" |
32 #include "gntpounce.h" |
| 32 #include "gntprefs.h" |
33 #include "gntprefs.h" |
| 33 #include "gntrequest.h" |
34 #include "gntrequest.h" |
| 34 #include "gntstatus.h" |
35 #include "gntstatus.h" |
| 35 |
|
| 36 #include "internal.h" |
36 #include "internal.h" |
| 37 |
37 |
| 38 #include <prefs.h> |
38 #include <prefs.h> |
| 39 |
39 |
| 40 void gnt_ui_init() |
40 void gnt_ui_init() |
| 68 gg_request_init(); |
68 gg_request_init(); |
| 69 gaim_request_set_ui_ops(gg_request_get_ui_ops()); |
69 gaim_request_set_ui_ops(gg_request_get_ui_ops()); |
| 70 |
70 |
| 71 gg_pounces_init(); |
71 gg_pounces_init(); |
| 72 |
72 |
| |
73 gg_xfers_init(); |
| |
74 gaim_xfers_set_ui_ops(gg_xfers_get_ui_ops()); |
| |
75 |
| 73 gnt_register_action(_("Accounts"), gg_accounts_show_all); |
76 gnt_register_action(_("Accounts"), gg_accounts_show_all); |
| 74 gnt_register_action(_("Buddy List"), gg_blist_show); |
77 gnt_register_action(_("Buddy List"), gg_blist_show); |
| 75 gnt_register_action(_("Buddy Pounces"), gg_pounces_manager_show); |
78 gnt_register_action(_("Buddy Pounces"), gg_pounces_manager_show); |
| 76 gnt_register_action(_("Debug Window"), gg_debug_window_show); |
79 gnt_register_action(_("Debug Window"), gg_debug_window_show); |
| |
80 gnt_register_action(_("File Transfers"), gg_xfer_dialog_show); |
| 77 gnt_register_action(_("Plugins"), gg_plugins_show_all); |
81 gnt_register_action(_("Plugins"), gg_plugins_show_all); |
| 78 gnt_register_action(_("Preferences"), gg_prefs_show_all); |
82 gnt_register_action(_("Preferences"), gg_prefs_show_all); |
| 79 gnt_register_action(_("Statuses"), gg_savedstatus_show_all); |
83 gnt_register_action(_("Statuses"), gg_savedstatus_show_all); |
| 80 |
84 |
| 81 #ifdef STANDALONE |
85 #ifdef STANDALONE |