#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 09 May 2016 10:05:30 +0200
changeset 16512 9d06c889f22f
parent 16511 5a82c3c6dd2d
child 16513 47d46f573bb1
#OTHER by cg colorizeAllWith -> withColor
Tools__TagsBrowser.st
--- a/Tools__TagsBrowser.st	Mon May 09 10:05:28 2016 +0200
+++ b/Tools__TagsBrowser.st	Mon May 09 10:05:30 2016 +0200
@@ -2845,7 +2845,7 @@
 
     lineNrString := ' [ %1 ]' bindWith:item lineNumber.
     inSelection ifFalse:[
-        lineNrString := lineNrString colorizeAllWith:Color darkGray.
+        lineNrString := lineNrString withColor:Color darkGray.
     ].
     label := label asText , lineNrString.