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

-- 
Live as if you were to die tomorrow.
Learn as if you were to live forever.
 - Gandhi


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

Reply via email to