comparison src/xmenu.c @ 42583:91623c738368

(menu_highlight_callback): Revert last change.
author Jason Rumney <jasonr@gnu.org>
date Sun, 06 Jan 2002 21:35:44 +0000
parents 2fb9353e0cf6
children 3d2b46b8e1bf
comparison
equal deleted inserted replaced
42582:68d0ce9feb12 42583:91623c738368
1189 1189
1190 /* Determine the frame for the help event. */ 1190 /* Determine the frame for the help event. */
1191 f = menubar_id_to_frame (id); 1191 f = menubar_id_to_frame (id);
1192 if (f) 1192 if (f)
1193 { 1193 {
1194 Fx_hide_tip ();
1195
1196 XSETFRAME (frame, f); 1194 XSETFRAME (frame, f);
1197 kbd_buffer_store_help_event (frame, help); 1195 kbd_buffer_store_help_event (frame, help);
1198 } 1196 }
1199 else 1197 else
1200 { 1198 {