commit | 21b34b63b3f63dd54b338c4433fa7117dad9507b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 13 14:34:01 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 13 14:34:01 2017 +0200 |
tree | 25b7145165aedf2eb8de81d01af2e5cfff3b26dd | |
parent | 56f2db562ddc6c69026d55360f0cfaacd8adc26a [diff] [blame] |
patch 8.0.0637: crash when using some version of GTK 3 Problem: Crash when using some version of GTK 3. Solution: Add #ifdefs around incrementing the menu index. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 6d33f12..23653c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 637, +/**/ 636, /**/ 635,