From: Richard M. Stallman Date: Fri, 1 Apr 1994 10:10:45 +0000 (+0000) Subject: (xmenu_show): Undo part of March 11 change: X-Git-Tag: emacs-19.34~9227 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9c90b7c24fa8c69aa40bf60a60b238e48bf4ef0;p=emacs.git (xmenu_show): Undo part of March 11 change: Do call lw_destroy_all_widgets at the end. --- 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)