From df0f00848aaa95fb2147634446b2a66fa6820865 Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Tue, 29 Jul 2003 01:29:12 +0000 Subject: [PATCH] more menu fixes. I hate menus. --- openbox/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/event.c b/openbox/event.c index a42432a8..23d3e32d 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1093,7 +1093,7 @@ static void event_handle_menu(ObClient *client, XEvent *e) /* will call the menu_hide() for each submenu as well */ if (!it) - ((ObMenu *)menu_visible->data)->hide(menu_visible->data); + menu_control_keyboard_nav(ob_keycode(OB_KEY_ESCAPE)); break; case MotionNotify: -- 2.39.2