commit | 9dbe701fe19597ad59c0e0c70a05927b587bea9f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 29 20:10:26 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 29 20:10:26 2021 +0200 |
tree | e2d148baa5952df19543ccb4b7088f0a2e4e4ea6 | |
parent | 3215466af9abfc9fbbfba81d166d625176993486 [diff] [blame] |
patch 8.2.2674: Motif: cancelling the font dialog resets the font Problem: Motif: cancelling the font dialog resets the font. Solution: When no font is selected to not change the font. (closes #7825, closes #8035) Fix compiler warnings.
diff --git a/src/version.c b/src/version.c index fe27425..da20571 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2674, +/**/ 2673, /**/ 2672,