commit | 8c8de839325eda0bed68917d18179d2003b344d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 24 22:58:06 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 24 22:58:06 2008 +0000 |
tree | c65b80f0a627f2e77385a07a62ee4206465cbc22 | |
parent | 864207de089119377a1e1e5d411307d8eb57399e [diff] [blame] |
updated for version 7.2a
diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c index 207e33e..d01a831 100644 --- a/src/gui_gtk_x11.c +++ b/src/gui_gtk_x11.c
@@ -6476,6 +6476,11 @@ focus = gui.in_focus; } +#if defined(FEAT_NETBEANS_INTG) + /* Process the queued netbeans messages. */ + netbeans_parse_messages(); +#endif + /* * Loop in GTK+ processing until a timeout or input occurs. * Skip this if input is available anyway (can happen in rare