changeset 71132:162d493b1e5c

* gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 01 Jun 2006 06:40:43 +0000
parents cd2f1fe2870c
children 7cb50e0625f4
files src/gtkutil.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.  */