DoWhatIMeanSupport.st
changeset 4409 8f05ef5d0e42
parent 4408 18567ee46c6a
child 4410 bee334ff01be
--- a/DoWhatIMeanSupport.st	Fri Sep 20 11:26:38 2013 +0200
+++ b/DoWhatIMeanSupport.st	Fri Sep 20 11:45:38 2013 +0200
@@ -1995,6 +1995,7 @@
         (classOrNil notNil) ifTrue:[
             |tryValue currentValue|
 
+            tryValue := false.
             (classOrNil theNonMetaclass allClassVarNames includes: nodeReceiver name) ifTrue:[
                 tryValue := true.
                 currentValue := classOrNil theNonMetaclass classVarAt:nodeReceiver name.
@@ -4338,10 +4339,10 @@
 !DoWhatIMeanSupport class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DoWhatIMeanSupport.st,v 1.163 2013-09-20 09:26:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DoWhatIMeanSupport.st,v 1.164 2013-09-20 09:45:38 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/DoWhatIMeanSupport.st,v 1.163 2013-09-20 09:26:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DoWhatIMeanSupport.st,v 1.164 2013-09-20 09:45:38 cg Exp $'
 ! !