changeset 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 85cc1439aee7
children 21b6b8f50143
files lwlib/xlwmenu.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/xlwmenu.c	Wed Nov 15 21:50:46 1995 +0000
+++ b/lwlib/xlwmenu.c	Wed Nov 15 23:00:18 1995 +0000
@@ -486,7 +486,7 @@
       width = ws->width - 2 * shadow;
     }
 
-#ifdef 0
+#if 0
   /* see if it should be a button in the menubar */
   button_p = horizontal_p && val->call_data;
 #endif