commit | 7988a6f0e9999d1103271024ab4ed26e5599de17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 09 15:53:27 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 09 15:53:27 2020 +0100 |
tree | c37a616edc5e4c2d1aefe95cf3673c4cc1593e16 | |
parent | f46bf5204c3c55d23921b501db21a906d526eb45 [diff] [blame] |
patch 8.2.2119: GTK3: status line background color is wrong Problem: GTK3: status line background color is wrong. Solution: Don't change the code for earlier GTK3 versions. (closes #7444)
diff --git a/src/version.c b/src/version.c index 7554fb3..8e2cf78 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2119, +/**/ 2118, /**/ 2117,