aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
diff options
context:
space:
mode:
authorJason Rumney <[email protected]>2002-01-06 21:35:44 +0000
committerJason Rumney <[email protected]>2002-01-06 21:35:44 +0000
commitadad11bd14066f4e16815cf1b94cc4b8c8a87261 (patch)
treefab2f66d75362121622979412b6022f1f291be5c /src/xmenu.c
parente17144de551ae57a4ad51f9757b908325c21071a (diff)
(menu_highlight_callback): Revert last change.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 28a94c8f92..3df3cab9be 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -1191,8 +1191,6 @@ menu_highlight_callback (widget, id, call_data)
f = menubar_id_to_frame (id);
if (f)
{
- Fx_hide_tip ();
-
XSETFRAME (frame, f);
kbd_buffer_store_help_event (frame, help);
}