SettingsDialog.st
branchjv
changeset 16571 cf319f2e56d0
parent 16570 dc5e958a20dc
parent 16528 2758ee62c5cf
child 16633 b646442956ed
--- a/SettingsDialog.st	Mon May 09 21:47:57 2016 +0200
+++ b/SettingsDialog.st	Thu May 12 08:33: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
     ]. 
@@ -2324,8 +2324,7 @@
 
     filename := self settingsFile.
 "/      filename := filename asText
-"/        colorizeAllWith: Color blue;
-"/        actionForAll:[ self openSettingsFile: filename ].
+"/        asActionLinkTo:[ self openSettingsFile: filename ].
     self settingsFilenameHolder value:filename.
 !