SmallSenseService.st
changeset 30 d501a5c4ad42
parent 29 fe650a6e5704
child 32 658f47bc231e
--- a/SmallSenseService.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/SmallSenseService.st	Thu Feb 28 22:46:18 2013 +0000
@@ -222,11 +222,12 @@
 
     (browser := codeView browser) notNil ifTrue:[
         browser navigationState canvasType ~~ #smallLintByRuleResultBrowserSpec ifTrue:[
-            self rulesHolder: browser smalllintRulesOrAllHolder.
+            self rulesHolder: browser smalllintRulesOrDefaultHolder.
         ].
     ].
 
     "Created: / 23-01-2012 / 10:43:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 28-02-2013 / 22:43:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !SmallSenseService methodsFor:'initialization'!