access listValid only via setter (for easier trapping)
authorClaus Gittinger <cg@exept.de>
Wed, 19 Nov 2014 22:41:36 +0100
changeset 14863 792c2e1186d3
parent 14862 fce6c99c72fc
child 14864 e79e13de977e
access listValid only via setter (for easier trapping)
Tools__MethodCategoryList.st
--- a/Tools__MethodCategoryList.st	Wed Nov 19 22:41:34 2014 +0100
+++ b/Tools__MethodCategoryList.st	Wed Nov 19 22:41:36 2014 +0100
@@ -1666,7 +1666,7 @@
 "/                self protocolList value:newList.
         ]
     ].
-    listValid := true.
+    self setListValid:true.
 
     "Created: / 05-02-2000 / 13:42:11 / cg"
     "Modified: / 23-03-2012 / 15:53:41 / cg"
@@ -2123,11 +2123,11 @@
 !MethodCategoryList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodCategoryList.st,v 1.102 2014-04-16 22:11:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodCategoryList.st,v 1.103 2014-11-19 21:41:36 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodCategoryList.st,v 1.102 2014-04-16 22:11:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodCategoryList.st,v 1.103 2014-11-19 21:41:36 cg Exp $'
 ! !