commit | 03531f79c3255dc917177dcb16feaed0ba6be684 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 16 15:04:57 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 16 15:04:57 2010 +0100 |
tree | 9253ae3fc6228be652ca97ef4dcbb03920701c4f | |
parent | 3c53160348b8c63f5129a65cbeffd2c1453ce47d [diff] [blame] |
updated for version 7.3.059 Problem: Netbeans: Problem with recursively handling messages for Athena and Motif. Solution: Call netbeans_parse_messages() in the main loop, like it's done for GTK. (Xavier de Gaye)
diff --git a/src/version.c b/src/version.c index 2c9e860..dc6d7d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 59, +/**/ 58, /**/ 57,