X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenu.c;h=c97fb56bd5fec2049479999708f016ae13b86bdf;hb=5ced1a06fca5bd1ae31670d12848c8cde80dab5f;hp=1294c4c95600d7b4bd18b79e7545bb0f575efdac;hpb=f53fa1e589589a6ea2a0e91d372d9771fa1cdd04;p=chaz%2Fopenbox diff --git a/openbox/menu.c b/openbox/menu.c index 1294c4c9..c97fb56b 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -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); + menu_frame_hide_all(); + client_list_combined_menu_shutdown(reconfig); + client_list_menu_shutdown(reconfig); - menu_frame_hide_all(); g_hash_table_destroy(menu_hash); menu_hash = NULL; }