commit | 67c53844343011089e1b847200b5c5257a83e1c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 22 18:28:27 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 22 18:28:27 2010 +0200 |
tree | 8f1c5bfe10864b7e49a8bc62ce12b1db449803da | |
parent | ca7e1f2066e3518ee6caeef32e499ab954ec05a3 [diff] [blame] |
Included the patch to support netbeans in a terminal.
diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c index baaed59..4caf0bb 100644 --- a/src/gui_gtk_x11.c +++ b/src/gui_gtk_x11.c
@@ -6596,7 +6596,8 @@ #if defined(FEAT_NETBEANS_INTG) /* Process the queued netbeans messages. */ - netbeans_parse_messages(); + if (usingNetbeans) + netbeans_parse_messages(); #endif /*