commit | 99a6e8dd824399332563caa6cacfcda33da1f366 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 29 18:07:40 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 29 18:07:40 2017 +0200 |
tree | 297332b659dce7484455fb3ce364e50650d15a36 | |
parent | ace95989ed81929a84e205b26d0972cb9d6b4b19 [diff] [blame] |
patch 8.0.0521: GtkForm handling is outdated Problem: GtkForm handling is outdated. Solution: Get rid of event filter functions. Get rid of GtkForm.width and .height. Eliminate gtk_widget_size_request() calls. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 5705d98..539052b 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 521, +/**/ 520, /**/ 519,