Fixed bug in NSMenu which could crash the popupbutton

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6173 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-03-05 01:23:58 +00:00
parent 5255f9f2ac
commit 04bd61c65d

View file

@ -1,3 +1,9 @@
Sun Mar 5 01:19:21 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSMenu.m ([NSMenu -indexOfItem:]): Bug fix: return -1 if
the item is not in the menu. This was crashing the popup button
on selectItemWithTitle: nil.
Sat Mar 4 20:39:02 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Model/GMAppKit.m ([NSWindow -initWithModelUnarchiver:]):