finch/gntui.c

changeset 19836
9685fca5882c
parent 19690
13b3b8ef8da4
child 19859
71d37b57eff2
equal deleted inserted replaced
19832:84b69b21672b 19836:9685fca5882c
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);

mercurial