Author: franklegrand
Date: Fri Apr 19 01:06:57 2013
New Revision: 36548

URL: http://svn.gna.org/viewcvs/gnustep?rev=36548&view=rev
Log:
- (NSIndexSet *) selectedColumnIndexes and - (NSIndexSet *) selectedRowIndexes 
should return an autoreleased copy of the corresponding ivar. Returning a 
reference to the ivar leads to issues (and behavior different from Cocoa) when 
iterating thru the indexsets if at a time they would be being altered.

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to