SmallSense__SmalltalkLintService.st
changeset 100 6d2fb43e661b
parent 87 36026147c428
child 174 3e08d765d86f
--- a/SmallSense__SmalltalkLintService.st	Mon Sep 23 14:36:49 2013 +0100
+++ b/SmallSense__SmalltalkLintService.st	Tue Sep 24 01:53:26 2013 +0100
@@ -326,7 +326,7 @@
 rehighlight: delayed
 
     | service |
-    service := self service: SyntaxHighlightingService name.
+    service := self service: SmallSense::CodeHighlightingService name.
     service isNil ifTrue:[
         service := self service: Tools::CodeHighlightingService name
     ].
@@ -335,7 +335,7 @@
     ]
 
     "Created: / 27-01-2012 / 17:06:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 06-08-2013 / 10:32:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 23-09-2013 / 22:27:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 showInfoWindowForLine: lineNo