aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtkutil.c
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2006-06-01 06:40:43 +0000
committerJan Djärv <[email protected]>2006-06-01 06:40:43 +0000
commitf84173d358185ae88602b49425d48029bd9c72e3 (patch)
tree48c1da555fbdd94a464cf8be1ea71fc4ca7069b7 /src/gtkutil.c
parent0e00a9dc33e11941e9caa4159ec0507018fc740d (diff)
* gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r--src/gtkutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index a5022c7cfe..7d9778bfd5 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -1970,7 +1970,7 @@ xg_create_one_menuitem (item, f, select_cb, highlight_cb, cl_data, group)
return w;
}
-/* Callback called when keyboard traversal (started by x-menu-bar-start) ends.
+/* Callback called when keyboard traversal (started by menu-bar-open) ends.
WMENU is the menu for which traversal has been done. DATA points to the
frame for WMENU. We must release grabs, some bad interaction between GTK
and Emacs makes the menus keep the grabs. */