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
> 
> 


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to