aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2006-06-01 06:40:43 +0000
committerJan Djärv2006-06-01 06:40:43 +0000
commitf84173d358185ae88602b49425d48029bd9c72e3 (patch)
tree48c1da555fbdd94a464cf8be1ea71fc4ca7069b7 /src
parent0e00a9dc33e11941e9caa4159ec0507018fc740d (diff)
downloademacs-f84173d358185ae88602b49425d48029bd9c72e3.tar.gz
emacs-f84173d358185ae88602b49425d48029bd9c72e3.zip
* gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
Diffstat (limited to 'src')
-rw-r--r--src/gtkutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index a5022c7cfe5..7d9778bfd53 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)
1970 return w; 1970 return w;
1971} 1971}
1972 1972
1973/* Callback called when keyboard traversal (started by x-menu-bar-start) ends. 1973/* Callback called when keyboard traversal (started by menu-bar-open) ends.
1974 WMENU is the menu for which traversal has been done. DATA points to the 1974 WMENU is the menu for which traversal has been done. DATA points to the
1975 frame for WMENU. We must release grabs, some bad interaction between GTK 1975 frame for WMENU. We must release grabs, some bad interaction between GTK
1976 and Emacs makes the menus keep the grabs. */ 1976 and Emacs makes the menus keep the grabs. */