Tools_MethodCategoryList.st
changeset 11560 75a7263387f0
parent 11462 c4aea6f0722e
child 11717 eb28ca5f1a4c
--- a/Tools_MethodCategoryList.st	Wed Jun 06 00:00:58 2012 +0200
+++ b/Tools_MethodCategoryList.st	Wed Jun 06 00:02:40 2012 +0200
@@ -769,14 +769,13 @@
             (classes notNil and:[classes includesIdentical:mthd mclass]) ifFalse:[^ self].
 
             self enqueueDelayedUpdateList.
-            listValid := false.
             ^ self
         ].
     ].
 
     super update:something with:aParameter from:changedObject.
 
-    "Modified: / 20-07-2011 / 18:54:57 / cg"
+    "Modified: / 05-06-2012 / 23:38:31 / cg"
 ! !
 
 !MethodCategoryList methodsFor:'drag & drop'!
@@ -1981,11 +1980,11 @@
 !MethodCategoryList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.78 2012-03-23 14:57:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.79 2012-06-05 22:02:40 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.78 2012-03-23 14:57:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.79 2012-06-05 22:02:40 cg Exp $'
 ! !
 
 MethodCategoryList initialize!