#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 09 May 2016 10:04:55 +0200
changeset 16507 a00cbba77d87
parent 16506 f8e9cf3bc8a7
child 16508 cf822e9cf832
#OTHER by cg colorizeAllWith -> withColor
SettingsDialog.st
--- a/SettingsDialog.st	Mon May 09 10:04:37 2016 +0200
+++ b/SettingsDialog.st	Mon May 09 10:04:55 2016 +0200
@@ -1928,7 +1928,7 @@
     applicationList root children do:[:c | c recursiveCollapse].
     "/ now expand all matches
     matchingTreeItems do:[:eachMatchingItem |
-        eachMatchingItem label:(eachMatchingItem label string allBold colorizeAllWith:Color red).
+        eachMatchingItem label:(eachMatchingItem label string allBold withColor:Color red).
         applicationList itemChanged:#redraw with:nil from:eachMatchingItem.
         eachMatchingItem makeVisible
     ].