From f8c2630dfb3a1f267083974d375d1901e9b6c38e Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 20 Apr 1995 18:37:39 +0000 Subject: [PATCH] (Fx_popup_dialog): Don't pass menubarp arg to xdialog_show. --- src/xmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmenu.c b/src/xmenu.c index 799d47dff5a..b038fe7b540 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -1025,7 +1025,7 @@ on the left of the dialog box and all following items on the right.\n\ /* Display them in a dialog box. */ BLOCK_INPUT; - selection = xdialog_show (f, 0, 0, title, &error_name); + selection = xdialog_show (f, 0, title, &error_name); UNBLOCK_INPUT; discard_menu_items (); -- 2.39.5