commit | 6f2926692b12b2b06ae97336462058808bfdc6c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 14 15:06:50 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 14 15:06:50 2013 +0200 |
tree | 4747f1fd02b9c2a037be0c1559c880055245619c | |
parent | 6f394f88b8de6aa94d0b4bea47f1532f3cc06b3f [diff] [blame] |
updated for version 7.4a.024 Problem: X11 GUI: Checking icon height twice. Solution: Check height and width. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 59e6743..d8c9cc2 100644 --- a/src/version.c +++ b/src/version.c
@@ -728,6 +728,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 24, +/**/ 23, /**/ 22,