summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-04-20 18:37:39 +0000
committerKarl Heuer <kwzh@gnu.org>1995-04-20 18:37:39 +0000
commitf8c2630dfb3a1f267083974d375d1901e9b6c38e (patch)
tree115da5db15b2a1423fd3ccd56a486cc7140f32d7
parent72e80cad6fd9891fdcd178ed52310d4769af70fc (diff)
downloademacs-f8c2630dfb3a1f267083974d375d1901e9b6c38e.tar.gz
(Fx_popup_dialog): Don't pass menubarp arg to xdialog_show.
-rw-r--r--src/xmenu.c2
1 files changed, 1 insertions, 1 deletions
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 ();