Updated NSBrowser code for change in NSCell API to prevent crashes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11234 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-10-24 10:06:42 +00:00
parent 74ce36e003
commit 764d34c0c3

View file

@ -1,6 +1,12 @@
Wed Oct 24 11:01:33 2001 Nicola Pero <nicola@brainstorm.co.uk>
* Source/NSBrowser.m ([NSBrowser -_getTitleOfColumn:]): Make sure
we never return nil. (Suggestion by Ludovic Marcotte
<ludovic@sophos.ca>)
2001-10-24 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* Source/NSButtonCell.m ([NSButtonCell -_init]):
* Source/NSButtonCell.m ([NSButtonCell -_init]):
set the alternate title and the keyEquivalent to @""
(by default this was nil)