commit | cf0c554e3f841eefd3208aee3f6359da3e6395f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 09 23:48:02 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 09 23:48:02 2006 +0000 |
tree | c80b9eafad4e38a20357f2fde5a4581ca35d575b | |
parent | 8b6144bdfe9efccab5045ebef9f3d5dcf5ee9d00 [diff] [blame] |
updated for version 7.0195
diff --git a/src/getchar.c b/src/getchar.c index ff821cb..5064c8d 100644 --- a/src/getchar.c +++ b/src/getchar.c
@@ -1534,7 +1534,7 @@ continue; } #endif -#if defined(HAVE_GTK2) && defined(FEAT_MENU) +#if defined(FEAT_GUI) && defined(HAVE_GTK2) && defined(FEAT_MENU) /* GTK: <F10> normally selects the menu, but it's passed until * here to allow mapping it. Intercept and invoke the GTK * behavior if it's not mapped. */