all repos — openbox @ 5ced1a06fca5bd1ae31670d12848c8cde80dab5f

openbox fork - make it a bit more like ryudo

hide the menus before shutting them down on reconfigure
Dana Jansens danakj@orodu.net
commit

5ced1a06fca5bd1ae31670d12848c8cde80dab5f

parent

f53fa1e589589a6ea2a0e91d372d9771fa1cdd04

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M openbox/menu.copenbox/menu.c

@@ -115,10 +115,11 @@ {

obt_xml_instance_unref(menu_parse_inst); menu_parse_inst = NULL; + menu_frame_hide_all(); + + client_list_combined_menu_shutdown(reconfig); client_list_menu_shutdown(reconfig); - client_list_combined_menu_shutdown(reconfig); - menu_frame_hide_all(); g_hash_table_destroy(menu_hash); menu_hash = NULL; }