(xmenu_show): Undo part of March 11 change:
authorRichard M. Stallman <rms@gnu.org>
Fri, 1 Apr 1994 10:10:45 +0000 (10:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 1 Apr 1994 10:10:45 +0000 (10:10 +0000)
Do call lw_destroy_all_widgets at the end.

src/xmenu.c

index 9ce7335..0d616b6 100644 (file)
@@ -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)