]> git.eshelyaron.com Git - emacs.git/commitdiff
* gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 1 Jun 2006 06:40:43 +0000 (06:40 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 1 Jun 2006 06:40:43 +0000 (06:40 +0000)
src/gtkutil.c

index a5022c7cfe5484a3b5cbc4661407e1db9647d8a4..7d9778bfd53628576889846ca440d3b1f625f6f8 100644 (file)
@@ -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.  */