diff -r a975ef2afbfd -r 1fdc6a2ea3e8 Tools_MethodList.st --- a/Tools_MethodList.st Tue Apr 27 15:56:49 2010 +0200 +++ b/Tools_MethodList.st Tue Apr 27 15:56:52 2010 +0200 @@ -1505,7 +1505,7 @@ ] ]. - showCoverageInformationHolder value ifTrue:[ + self showCoverageInformationHolder value ifTrue:[ emp := self emphasisForCoverageInformationOfMethod:aMethod. emp notNil ifTrue:[ s := self colorize:s with:emp. @@ -1582,7 +1582,7 @@ ^ s "Created: / 22-10-1996 / 19:51:00 / cg" - "Modified: / 27-04-2010 / 15:48:51 / cg" + "Modified: / 27-04-2010 / 15:55:04 / cg" ! ! !MethodList methodsFor:'private-watching'! @@ -1632,9 +1632,9 @@ !MethodList class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodList.st,v 1.43 2010-04-27 13:52:31 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodList.st,v 1.44 2010-04-27 13:56:52 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodList.st,v 1.43 2010-04-27 13:52:31 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodList.st,v 1.44 2010-04-27 13:56:52 cg Exp $' ! !