| 89 gnt_register_action(_("Sounds"), finch_sounds_show_all); |
89 gnt_register_action(_("Sounds"), finch_sounds_show_all); |
| 90 gnt_register_action(_("Preferences"), finch_prefs_show_all); |
90 gnt_register_action(_("Preferences"), finch_prefs_show_all); |
| 91 gnt_register_action(_("Statuses"), finch_savedstatus_show_all); |
91 gnt_register_action(_("Statuses"), finch_savedstatus_show_all); |
| 92 |
92 |
| 93 #ifdef STANDALONE |
93 #ifdef STANDALONE |
| 94 |
|
| 95 finch_plugins_save_loaded(); |
|
| 96 } |
94 } |
| 97 |
95 |
| 98 void gnt_ui_uninit() |
96 void gnt_ui_uninit() |
| 99 { |
97 { |
| 100 purple_accounts_set_ui_ops(NULL); |
98 purple_accounts_set_ui_ops(NULL); |