diff -r 4abec96d769d -r 46ef9b23af7a Tools_ClassList.st --- a/Tools_ClassList.st Tue Oct 23 20:21:29 2012 +0200 +++ b/Tools_ClassList.st Tue Oct 23 20:21:36 2012 +0200 @@ -1120,7 +1120,7 @@ "create a generator which enumerates my elements, and place it into the outputGenerator holder" - self outGeneratorHolder value: self makeGenerator. + super updateOutputGenerator. outGeneratorHolderForMethods notNil ifTrue:[ outGeneratorHolderForMethods value: self makeGeneratorForMethods. ]. @@ -2011,9 +2011,9 @@ !ClassList class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.61 2012-10-20 19:54:19 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.62 2012-10-23 18:21:36 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.61 2012-10-20 19:54:19 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.62 2012-10-23 18:21:36 cg Exp $' ! !