# HG changeset patch # User Claus Gittinger # Date 1462781163 -7200 # Node ID 29f61473d4a5352e94363b547ac45a93010fe83b # Parent 911a495e2ed7a6fa5cc0a93a7458d71de835dde3 #OTHER by cg colorizeAllWith -> withColor diff -r 911a495e2ed7 -r 29f61473d4a5 Tools__ObjectModuleInformation.st --- a/Tools__ObjectModuleInformation.st Sun May 08 02:26:07 2016 +0200 +++ b/Tools__ObjectModuleInformation.st Mon May 09 10:06:03 2016 +0200 @@ -1045,7 +1045,7 @@ "/ ]. "/ listView1 middleButtonMenu:menu. - nm := (method whoString) colorizeAllWith:Color blue. + nm := (method whoString) withColor:Color blue. ]. entries := OrderedCollection new. newEntry := InfoRow new. @@ -1082,7 +1082,7 @@ select:[:f | f notNil] thenCollect:[:f | |entry code| entry := InfoRow new. - entry name:(f name colorizeAllWith:Color blue). + entry name:(f name withColor:Color blue). code := f code. code isNil ifTrue:[ entry value:('address: NULL').