diff src/gui.c @ 353:3b3709405255 r21-1-6

Import from CVS: tag r21-1-6
author cvs
date Mon, 13 Aug 2007 10:55:33 +0200
parents 19dcec799385
children cc15677e0335
line wrap: on
line diff
--- a/src/gui.c	Mon Aug 13 10:54:55 2007 +0200
+++ b/src/gui.c	Mon Aug 13 10:55:33 2007 +0200
@@ -299,9 +299,11 @@
 {
   *buf = 0;
 
+#ifdef HAVE_MENUBARS
   /* Have keys? */
   if (!menubar_show_keybindings)
     return 0;
+#endif
 
   /* Try :keys first */
   if (!NILP (pgui_item->keys))