Tools_ClassList.st
changeset 11561 842bae6ac117
parent 11556 ca2117cbf0b5
child 11864 614bca1b265a
--- a/Tools_ClassList.st	Wed Jun 06 00:02:40 2012 +0200
+++ b/Tools_ClassList.st	Wed Jun 06 00:03:25 2012 +0200
@@ -845,7 +845,6 @@
                     classListValue size > 0 ifTrue:[
                         ((classListValue includesIdentical:cls theNonMetaclass)
                         or:[(classListValue includesIdentical:cls theMetaclass)]) ifTrue:[
-                            listValid := false.
                             self enqueueDelayedUpdateList
                         ]
                     ]
@@ -934,7 +933,7 @@
 
     super update:something with:aParameter from:changedObject
 
-    "Modified: / 04-06-2012 / 20:06:51 / cg"
+    "Modified: / 05-06-2012 / 23:39:34 / cg"
 ! !
 
 !ClassList methodsFor:'drag & drop'!
@@ -1832,7 +1831,6 @@
         listValid ifTrue:[
             self enqueueDelayedUpdateList.
         ].
-        listValid := false.
     ].
     foundInSelection ifTrue:[
         "/ force update of output generator
@@ -1842,7 +1840,7 @@
             addDependent:self.
     ].
 
-    "Modified: / 25.2.2000 / 23:54:19 / cg"
+    "Modified: / 05-06-2012 / 23:39:25 / cg"
 ! !
 
 !ClassList methodsFor:'private-presentation'!
@@ -2006,6 +2004,10 @@
 
 !ClassList class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.59 2012-06-05 22:03:25 cg Exp $'
+!
+
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.58 2012-06-05 21:32:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.59 2012-06-05 22:03:25 cg Exp $'
 ! !