aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib/xlwmenu.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-11-10 17:43:52 +0000
committerRichard M. Stallman <[email protected]>1995-11-10 17:43:52 +0000
commitc142163a1868fe642e52011cd6bdb992d3b2f3af (patch)
tree2424a1fd631790b44918169fd62d785071fc09ad /lwlib/xlwmenu.c
parentbeb4ba68757a1b71de4885f7c890af52f9bfa710 (diff)
(display_menu_item): Don't treat buttons specially.
Diffstat (limited to 'lwlib/xlwmenu.c')
-rw-r--r--lwlib/xlwmenu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c
index 4083183e31..09945e2522 100644
--- a/lwlib/xlwmenu.c
+++ b/lwlib/xlwmenu.c
@@ -486,8 +486,11 @@ display_menu_item (mw, val, ws, where, highlighted_p, horizontal_p, just_compute
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)