]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_popup_dialog): Don't pass menubarp arg to xdialog_show.
authorKarl Heuer <kwzh@gnu.org>
Thu, 20 Apr 1995 18:37:39 +0000 (18:37 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 20 Apr 1995 18:37:39 +0000 (18:37 +0000)
src/xmenu.c

index 799d47dff5aee3325c2c48e0f3aafb81044272f5..b038fe7b540151ced62c6e934fb338b4a49a1e7c 100644 (file)
@@ -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 ();