commit | 4adfaabfe7e07da9546b45130cad0d266ba48611 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 21 18:20:11 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 21 18:20:11 2016 +0200 |
tree | 2902951bbe4ab52530507f13df36c94ce9cd4bb6 | |
parent | 0c1ff16b5467f97ce08134fdbc8198127bbe492a [diff] [blame] |
patch 7.4.1767 Problem: When installing Vim on a GTK system the icon cache is not updated. Solution: Update the GTK icon cache when possible. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 92bf726..1b15ded 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1767, +/**/ 1766, /**/ 1765,