From: Jan Djärv Date: Thu, 1 Jun 2006 06:40:43 +0000 (+0000) Subject: * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open. X-Git-Tag: emacs-pretest-22.0.90~2145 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f84173d358185ae88602b49425d48029bd9c72e3;p=emacs.git * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open. --- 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) 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. */