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:
nico 2001-10-24 10:06:42 +00:00
parent 9e2c88b938
commit 2bc4e57f82

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> 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 @"" set the alternate title and the keyEquivalent to @""
(by default this was nil) (by default this was nil)