commit | a449a7c6b986b8f5b28c61b8f628e69ed43ca030 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 28 23:09:07 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 28 23:09:07 2018 +0200 |
tree | b10fa8c45a82f5c85aef1d0c33387c165c3b4379 | |
parent | fc65cabb15d0236bce001ad78e12a40511caf941 [diff] [blame] |
patch 8.1.0332: get Gdk-Critical error on first balloon show Problem: Get Gdk-Critical error on first balloon show. Solution: Get screen geometry using the draw area widget. (Davit Samvelyan, closes #3386)
diff --git a/src/version.c b/src/version.c index e2123eb..243e213 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 332, +/**/ 331, /**/ 330,