mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
5255f9f2ac
commit
04bd61c65d
1 changed files with 6 additions and 0 deletions
|
@ -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:]):
|
||||
|
|
Loading…
Reference in a new issue