On Sunday, October 27, 2002, at 11:22  am, Stefan Urbanek wrote:

Hi,

Index: NSTableView.m
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/gui/Source/NSTableView.m,v
retrieving revision 1.74
diff -r1.74 NSTableView.m
4296,4297c4296
< _oldSelectedRows = [[NSSet alloc] < initWithArray: _selectedRows];
---
       _oldSelectedRows = [NSSet setWithArray: _selectedRows];
It was nowhere released.
Thanks ... done that.



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

Reply via email to