Tools__VariableList.st
changeset 14293 148663f7e59d
parent 14288 01c8bbd5b6dd
child 14335 6ad2d132a5af
--- a/Tools__VariableList.st	Mon Apr 28 11:58:55 2014 +0200
+++ b/Tools__VariableList.st	Mon Apr 28 17:08:46 2014 +0200
@@ -353,6 +353,10 @@
     "Modified: / 01-03-2012 / 09:18:11 / cg"
 !
 
+enqueueDelayedUpdateList
+    super enqueueDelayedUpdateList
+!
+
 makeDependent
     environment addDependent:self
 
@@ -392,6 +396,12 @@
         something == #classComment ifTrue:[
             ^ self.
         ].
+        something == #lastTestRunResult ifTrue:[
+            ^ self
+        ].
+        something isNil ifTrue:[
+            ^ self
+        ].
     ].
 "/    self window sensor isNil ifTrue:[
 "/        "/ I am not visible ...
@@ -904,6 +914,6 @@
 !VariableList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.30 2014-04-27 21:37:11 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.31 2014-04-28 15:08:46 cg Exp $'
 ! !