# HG changeset patch # User Gerd Moellmann # Date 963944377 0 # Node ID f2cd2bf063c920336e1c35c17abc34d04394b048 # Parent c7b56104dc097febd3fe4c275212170a7c13a7f0 (menu_help_callback): Call show_help_echo with new arguments. diff -r c7b56104dc09 -r f2cd2bf063c9 src/xmenu.c --- a/src/xmenu.c Tue Jul 18 16:21:46 2000 +0000 +++ b/src/xmenu.c Tue Jul 18 18:19:37 2000 +0000 @@ -2473,6 +2473,7 @@ return Qnil; } + #else /* not USE_X_TOOLKIT */ /* The frame of the last activated non-toolkit menu bar. @@ -2489,7 +2490,8 @@ menu_help_callback (help_string) char *help_string; { - show_help_echo (help_string ? build_string (help_string) : Qnil, 1); + show_help_echo (help_string ? build_string (help_string) : Qnil, + Qnil, Qnil, 0, 1); }