From a9c90b7c24fa8c69aa40bf60a60b238e48bf4ef0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 1 Apr 1994 10:10:45 +0000 Subject: [PATCH] (xmenu_show): Undo part of March 11 change: Do call lw_destroy_all_widgets at the end. --- src/xmenu.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/xmenu.c b/src/xmenu.c index 9ce7335fbba..0d616b6c067 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -1631,10 +1631,11 @@ xmenu_show (f, x, y, menubarp, keymaps, title, error) dispatch_dummy_expose (f->display.x->menubar_widget, x, y); } -#if 0 /* No need to do that. The menu has disappeared. */ + /* fp turned off the following statement and wrote a comment + that it is unnecessary--that the menu has already disappeared. + I observer that is not so. -- rms. */ /* Make sure the menu disappears. */ lw_destroy_all_widgets (menu_id); -#endif /* Unread any events that we got but did not handle. */ while (queue != NULL) -- 2.39.5