care for local value with invalid class.
authorClaus Gittinger <cg@exept.de>
Tue, 18 Oct 2005 11:11:15 +0200
changeset 6404 f4c76a21ba34
parent 6403 a5856732819f
child 6405 15c80ebccdc5
care for local value with invalid class.
ContextInspectorView.st
--- a/ContextInspectorView.st	Mon Oct 17 09:46:40 2005 +0200
+++ b/ContextInspectorView.st	Tue Oct 18 11:11:15 2005 +0200
@@ -489,6 +489,7 @@
         ] on:Error do:[
             varString := '*** Error in displayString ***'
         ].
+        varString := varString ? ''.
 
         (varString includes:Character cr) ifTrue:[
             varString := varString copyTo:(varString indexOf:Character cr)-1.
@@ -623,5 +624,5 @@
 !ContextInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.60 2004-06-17 11:48:35 martin Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.61 2005-10-18 09:11:15 cg Exp $'
 ! !