Correction to ChangeLog. The method modified in the previous commit was trackWithEvent:.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31897 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2011-01-16 04:44:24 +00:00
parent 8133269602
commit a0f8d96890

View file

@ -1,7 +1,7 @@
2011-01-15 23:50-EST Gregory John Casamento <greg.casamento@gmail.com>
* Source/NSMenuView.m: Fix to previous change to
[NSMenuView _executeItemAtIndex:removeSubmenu:].
[NSMenuView trackWithEvent:].
Assign attachedMenu to local variable and test for nil
prior to entering the code to close the menu when tracking
the mouse for normal menus. Previous version of this code