Tools__VariableList.st
changeset 14861 87aa6288286b
parent 14806 56a544a200ce
child 14910 cf053e04e852
--- a/Tools__VariableList.st	Wed Nov 19 22:41:26 2014 +0100
+++ b/Tools__VariableList.st	Wed Nov 19 22:41:29 2014 +0100
@@ -751,7 +751,7 @@
                 'One or more instance variables are not listed in #xmlSpecFor:'.
             ].
     showWarningAboutMissingEntryInXmlSpec := false.
-    listValid := true.
+    self setListValid:true.
 
     "Modified: / 05-08-2011 / 12:34:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 23-03-2012 / 15:55:47 / cg"
@@ -914,6 +914,6 @@
 !VariableList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.34 2014-10-28 11:45:30 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.35 2014-11-19 21:41:29 cg Exp $'
 ! !