changed: #update:with:from:
authorClaus Gittinger <cg@exept.de>
Wed, 17 Oct 2012 20:15:28 +0200
changeset 11850 aa9240d74afa
parent 11849 d2f4dee8391f
child 11851 8184ad4d5930
changed: #update:with:from:
Tools_MethodCategoryList.st
--- a/Tools_MethodCategoryList.st	Wed Oct 17 20:12:41 2012 +0200
+++ b/Tools_MethodCategoryList.st	Wed Oct 17 20:15:28 2012 +0200
@@ -773,6 +773,13 @@
         ].
     ].
 
+    something == #coverageInfo ifTrue:[
+        listValid == true ifTrue:[
+            self enqueueDelayedUpdateList
+        ].
+        ^ self.
+    ].
+
     super update:something with:aParameter from:changedObject.
 
     "Modified: / 05-06-2012 / 23:38:31 / cg"
@@ -2004,11 +2011,11 @@
 !MethodCategoryList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.80 2012-08-01 15:31:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.81 2012-10-17 18:15:28 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.80 2012-08-01 15:31:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.81 2012-10-17 18:15:28 cg Exp $'
 ! !
 
 MethodCategoryList initialize!