commit | 4317d9b4867621ec572a3a4010587d59ecc51813 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 18 20:25:31 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 18 20:25:31 2005 +0000 |
tree | da053bbf9f210d8c406c070b6e8bafe01faeb5b3 | |
parent | a5319aed9bad7cd9094d2a8ba34e99270ccdbc0f [diff] [blame] |
updated for version 7.0061
diff --git a/src/gui_motif.c b/src/gui_motif.c index a1da3d0..408b588 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c
@@ -1372,7 +1372,7 @@ parent = XtParent(menu->id); #if defined(FEAT_TOOLBAR) && defined(FEAT_BEVAL) - if ((parent == toolBar) && (menu->tip != NULL)) + if (parent == toolBar && menu->tip != NULL) { /* We try to destroy this before the actual menu, because there are * callbacks, etc. that will be unregistered during the tooltip