bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSCell enhancement


From: Nicola Pero
Subject: Re: NSCell enhancement
Date: Tue, 23 Oct 2001 15:13:58 +0100 (BST)

Thanks - applied

> Hi Nicola,
> 
> Since you applied this patch, you might apply as well this one:
> 
> in NSOpenPanel: - (void) _selectTextInColumn: (int)column
> 
> We should replace:
> 
>  [[_form cellAtIndex: 0] setStringValue:nil];
> 
> by
>   [[_form cellAtIndex: 0] setStringValue: @""];
> 
> And in NSSavePane: - (void) selectText: (id)sender
> 
> We should replace
> 
>  [[_form cellAtIndex:0] setStringValue:nil];
> 
> by
> 
>  [[_form cellAtIndex:0] setStringValue: @""];
> 
> 
> Ludo
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]