diff options
Diffstat (limited to 'src/gui_motif.c')
-rw-r--r-- | src/gui_motif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_motif.c b/src/gui_motif.c index a1da3d0af..408b588a6 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c @@ -1372,7 +1372,7 @@ gui_mch_destroy_menu(menu) 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 |