comparison lwlib/xlwmenu.c @ 13560:3974e093d47f

(display_menu_item): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 15 Nov 1995 23:00:18 +0000
parents 44fccef90f33
children 3fbe9b840379
comparison
equal deleted inserted replaced
13559:85cc1439aee7 13560:3974e093d47f
484 { 484 {
485 label_width = ws->label_width; 485 label_width = ws->label_width;
486 width = ws->width - 2 * shadow; 486 width = ws->width - 2 * shadow;
487 } 487 }
488 488
489 #ifdef 0 489 #if 0
490 /* see if it should be a button in the menubar */ 490 /* see if it should be a button in the menubar */
491 button_p = horizontal_p && val->call_data; 491 button_p = horizontal_p && val->call_data;
492 #endif 492 #endif
493 button_p = 0; 493 button_p = 0;
494 494