Made data source method optional on NSTableView.

Add marker objects for KVB.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25751 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2007-12-17 13:35:31 +00:00
parent c3c507203b
commit 2cb413a872
3 changed files with 11 additions and 4 deletions

View file

@ -2273,12 +2273,13 @@ static void computeNewSelection
if (anObject && [anObject respondsToSelector: sel_b] == NO)
{
/* This method isn't required.
[NSException raise: NSInternalInconsistencyException
format: @"Data Source doesn't respond to "
@"tableView:objectValueForTableColumn:row:"];
*/
}
_dataSource_editable = [anObject respondsToSelector: sel_c];
/* We do *not* retain the dataSource, it's like a delegate */