hide the menus before shutting them down on reconfigure
This commit is contained in:
parent
f53fa1e589
commit
5ced1a06fc
1 changed files with 4 additions and 3 deletions
|
@ -115,10 +115,11 @@ void menu_shutdown(gboolean reconfig)
|
||||||
obt_xml_instance_unref(menu_parse_inst);
|
obt_xml_instance_unref(menu_parse_inst);
|
||||||
menu_parse_inst = NULL;
|
menu_parse_inst = NULL;
|
||||||
|
|
||||||
client_list_menu_shutdown(reconfig);
|
|
||||||
client_list_combined_menu_shutdown(reconfig);
|
|
||||||
|
|
||||||
menu_frame_hide_all();
|
menu_frame_hide_all();
|
||||||
|
|
||||||
|
client_list_combined_menu_shutdown(reconfig);
|
||||||
|
client_list_menu_shutdown(reconfig);
|
||||||
|
|
||||||
g_hash_table_destroy(menu_hash);
|
g_hash_table_destroy(menu_hash);
|
||||||
menu_hash = NULL;
|
menu_hash = NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue