From 2bc4e57f82a5ca9880f9921926e0ff0f42f5a773 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 24 Oct 2001 10:06:42 +0000 Subject: [PATCH] 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 --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f46727bc2..ba78725f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ +Wed Oct 24 11:01:33 2001 Nicola Pero + + * Source/NSBrowser.m ([NSBrowser -_getTitleOfColumn:]): Make sure + we never return nil. (Suggestion by Ludovic Marcotte + ) + 2001-10-24 Pierre-Yves Rivaille - * Source/NSButtonCell.m ([NSButtonCell -_init]): + * Source/NSButtonCell.m ([NSButtonCell -_init]): set the alternate title and the keyEquivalent to @"" (by default this was nil)