Tools_ClassCategoryList.st
changeset 10365 08529ca9558a
parent 10351 fc931f04ae12
child 10580 05d94191950a
--- a/Tools_ClassCategoryList.st	Wed Jul 20 20:18:53 2011 +0200
+++ b/Tools_ClassCategoryList.st	Wed Jul 20 20:18:57 2011 +0200
@@ -418,7 +418,8 @@
         or:[ something == #classComment
         or:[ something == #methodDictionary
         or:[ something == #methodTrap
-        or:[ something == #methodInClassRemoved ]]]]) ifTrue:[
+        or:[ something == #methodCoverageInfo
+        or:[ something == #methodInClassRemoved ]]]]]) ifTrue:[
             ^ self
         ].
 
@@ -440,7 +441,7 @@
 
     super update:something with:aParameter from:changedObject
 
-    "Modified: / 5.11.2001 / 14:31:18 / cg"
+    "Modified: / 20-07-2011 / 18:50:04 / cg"
 ! !
 
 !ClassCategoryList methodsFor:'drag & drop'!
@@ -890,9 +891,9 @@
 !ClassCategoryList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassCategoryList.st,v 1.30 2011-07-20 12:54:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassCategoryList.st,v 1.31 2011-07-20 18:18:57 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassCategoryList.st,v 1.30 2011-07-20 12:54:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassCategoryList.st,v 1.31 2011-07-20 18:18:57 cg Exp $'
 ! !