diff options
Diffstat (limited to 'src/macmenu.c')
-rw-r--r-- | src/macmenu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/macmenu.c b/src/macmenu.c index aa0be0bdc2e..616d136465a 100644 --- a/src/macmenu.c +++ b/src/macmenu.c @@ -3272,7 +3272,8 @@ fill_menubar (wv, deep_p) } #endif /* !TARGET_API_MAC_CARBON */ } - else + + if (!menu) { #if TARGET_API_MAC_CARBON err = CreateNewMenu (id, 0, &menu); |