# HG changeset patch # User Richard M. Stallman # Date 816025432 0 # Node ID 44fccef90f338a36e1b61fff4b89b7d910e58cd3 # Parent be831ed47a75c0101a7c4be5ad78eab2c44342cb (display_menu_item): Don't treat buttons specially. diff -r be831ed47a75 -r 44fccef90f33 lwlib/xlwmenu.c --- 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)