Patch to NSMenu to fixe bug reported by Benhur Stein.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10965 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-09-23 22:40:00 +00:00
parent 33c4ae65df
commit 6acc98c255

View file

@ -1,3 +1,10 @@
2001-09-23 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSMenu.m
[insertItem:atIndex:] set the menu of the item after the insert
notification has been send. [initWithCoder:] send change
notifications as one block.
2001-09-23 Fred Kiefer <FredKiefer@gmx.de>
* Source/GSSimpleLayoutManager.m