From ce57c8562c25b49ecb0f0d0f9fadef98242e164b Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Sat, 15 Jun 2002 23:00:05 +0000 Subject: [PATCH] Minor correction. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13893 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 84d00f18e..ff99766dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2002-06-15 Gregory John Casamento * 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. -expandItem:expandChildren: corrected bug which prevented the method from working correctly when expandChildren is YES.