Mercurial > emacs
changeset 11502:7ecd4aa33faa
(Fx_popup_dialog): Don't pass menubarp arg to xdialog_show.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 20 Apr 1995 18:37:39 +0000 |
parents | a56d6a86fa85 |
children | 9d8bb1074fd8 |
files | src/xmenu.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xmenu.c Thu Apr 20 17:23:29 1995 +0000 +++ b/src/xmenu.c Thu Apr 20 18:37:39 1995 +0000 @@ -1025,7 +1025,7 @@ /* 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 ();