Fix for recent SmallSense (moved to its own namespace)
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 02 Sep 2013 13:39:43 +0200
changeset 13457 630e14513fec
parent 13456 ff46ea29cb9a
child 13458 842c7f563bd5
Fix for recent SmallSense (moved to its own namespace)
Tools__VariableList.st
--- a/Tools__VariableList.st	Sun Sep 01 14:03:10 2013 +0200
+++ b/Tools__VariableList.st	Mon Sep 02 13:39:43 2013 +0200
@@ -542,7 +542,7 @@
 
     hasSmallSense := ConfigurableFeatures includesFeature:'SmallSenseEnabled'.
     hasSmallSense ifTrue:[
-        smallSenseManager := (Smalltalk at: #SmallSenseManager) instance.
+        smallSenseManager := (Smalltalk at: #'SmallSense::Manager') instance.
     ].
 
     showingClassVars := self showClassVarsInVariableList value == true.
@@ -646,8 +646,7 @@
 
     "Created: / 05-02-2000 / 13:42:11 / cg"
     "Modified: / 08-08-2011 / 16:20:58 / cg"
-    "Modified: / 27-11-2011 / 17:29:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified (comment): / 16-12-2011 / 01:27:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 02-09-2013 / 12:39:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 postBuildWith:aBuilder
@@ -864,6 +863,6 @@
 !VariableList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.22 2013-08-27 12:57:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.23 2013-09-02 11:39:43 vrany Exp $'
 ! !