changeset 13485:44fccef90f33

(display_menu_item): Don't treat buttons specially.
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 Nov 1995 17:43:52 +0000
parents be831ed47a75
children e48a87d64e58
files lwlib/xlwmenu.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/xlwmenu.c	Fri Nov 10 17:40:47 1995 +0000
+++ b/lwlib/xlwmenu.c	Fri Nov 10 17:43:52 1995 +0000
@@ -486,8 +486,11 @@
       width = ws->width - 2 * shadow;
     }
 
+#ifdef 0
   /* see if it should be a button in the menubar */
   button_p = horizontal_p && val->call_data;
+#endif
+  button_p = 0;
 
   /* Only highlight an enabled item that has a callback. */
   if (highlighted_p)