ContextInspectorView.st
changeset 9588 dc38e81ec660
parent 9426 f4faa9c4aabc
child 10437 27f70bcbf968
--- a/ContextInspectorView.st	Fri Oct 22 12:36:38 2010 +0200
+++ b/ContextInspectorView.st	Fri Oct 22 12:37:50 2010 +0200
@@ -118,8 +118,7 @@
 "/            ]
 "/        ].
 
-            (method notNil 
-            and:[method isWrapped]) ifTrue:[
+            (method notNil and:[method isWrapped]) ifTrue:[
             "
              in a wrapped context, locals are something different
             "
@@ -307,7 +306,7 @@
         ]
     ].
 
-    "Modified: / 27-04-2010 / 11:57:09 / cg"
+    "Modified: / 22-10-2010 / 11:47:48 / cg"
 !
 
 namesOfBlockContext:aContext
@@ -656,9 +655,9 @@
 !ContextInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.73 2010-04-27 09:59:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.74 2010-10-22 10:37:50 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.73 2010-04-27 09:59:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.74 2010-10-22 10:37:50 cg Exp $'
 ! !