From 9e6a3575964ca57b14b936344400ce1e33b3f265 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 24 Jan 2011 17:00:41 -0500 Subject: [PATCH] hide the menus before shutting them down on reconfigure --- openbox/menu.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openbox/menu.c b/openbox/menu.c index daea0b65..0f1e6704 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; } -- 2.34.1