diff -r ff46ea29cb9a -r 630e14513fec 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 " - "Modified (comment): / 16-12-2011 / 01:27:57 / Jan Vrany " + "Modified: / 02-09-2013 / 12:39:15 / Jan Vrany " ! 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 $' ! !