commit | 32fbc4f247a31e35ade0939542e11aa033a2554f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 29 22:16:09 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 29 22:16:09 2020 +0200 |
tree | cea3a54d1e1ef26be78ce4ee78b895c81b57eb16 | |
parent | 1b9129809d8269acb8e7c79d8fc99c7976b4f76e [diff] [blame] |
patch 8.2.1774: GTK: hang when forced to exit Problem: GTK: hang when forced to exit. Solution: Do not clean up "mainwin" when really_exiting is set. (Zdenek Dohnal, closes #7042)
diff --git a/src/version.c b/src/version.c index acac541..5502966 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1774, +/**/ 1773, /**/ 1772,