hide the menus before shutting them down on reconfigure

This commit is contained in:
Dana Jansens 2011-01-24 17:00:41 -05:00
parent f53fa1e589
commit 5ced1a06fc

View file

@ -115,10 +115,11 @@ void menu_shutdown(gboolean reconfig)
obt_xml_instance_unref(menu_parse_inst);
menu_parse_inst = NULL;
client_list_menu_shutdown(reconfig);
client_list_combined_menu_shutdown(reconfig);
menu_frame_hide_all();
client_list_combined_menu_shutdown(reconfig);
client_list_menu_shutdown(reconfig);
g_hash_table_destroy(menu_hash);
menu_hash = NULL;
}