# HG changeset patch # User Jan Dj¸«£rv # Date 1149144043 0 # Node ID 162d493b1e5c14dc0490e95bea6d79c04c9e98f4 # Parent cd2f1fe2870c4b9597869a1fb5fc96d0c20ea0d0 * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open. diff -r cd2f1fe2870c -r 162d493b1e5c src/gtkutil.c --- a/src/gtkutil.c Thu Jun 01 06:40:28 2006 +0000 +++ b/src/gtkutil.c Thu Jun 01 06:40:43 2006 +0000 @@ -1970,7 +1970,7 @@ 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. */