commit | 3f2a5d8dfbe2998b4d3d369c0275e2366c92666b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 22:08:16 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 22:08:16 2016 +0100 |
tree | b6a293cfd131c17f6deeee0552b00d3e92b193a3 | |
parent | e0fd2aa8f6544f9cf8286c707be3fb1c66c609e6 [diff] [blame] |
patch 7.4.1443 Problem: Can't build GTK3 with small features. Solution: Use gtk_widget_get_window(). Fix typos. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index a1e5442..26e88e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1443, +/**/ 1442, /**/ 1441,