summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-15 23:00:18 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-15 23:00:18 +0000
commitc55d1a71cf5a6cbe893de29f0befb0e837fcf20e (patch)
tree92093c44511f7be8fd1a45cb9d24473ee03833d3 /lwlib
parentc3b03543fc3137ff98137b6d65dd34d93deb72c3 (diff)
downloademacs-c55d1a71cf5a6cbe893de29f0befb0e837fcf20e.tar.gz
(display_menu_item): Fix previous change.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/xlwmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c
index 09945e25224..2f5066130d9 100644
--- a/lwlib/xlwmenu.c
+++ b/lwlib/xlwmenu.c
@@ -486,7 +486,7 @@ display_menu_item (mw, val, ws, where, highlighted_p, horizontal_p, just_compute
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