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.
Stefan _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
