Minor correction.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13893 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2002-06-15 23:00:05 +00:00
parent 9799537f92
commit ce57c8562c

View file

@ -1,7 +1,7 @@
2002-06-15 Gregory John Casamento <greg_casamerto@yahoo.com> 2002-06-15 Gregory John Casamento <greg_casamerto@yahoo.com>
* Source/NSOutlineView.m a number of improvements: * Source/NSOutlineView.m a number of improvements:
-setDelegate now uses the CHECK_REQUIRED macro to check -setDataSource now uses the CHECK_REQUIRED macro to check
for required methods instead of iterating over a list of strings. for required methods instead of iterating over a list of strings.
-expandItem:expandChildren: corrected bug which prevented the method -expandItem:expandChildren: corrected bug which prevented the method
from working correctly when expandChildren is YES. from working correctly when expandChildren is YES.