DebugView.st
changeset 165 df29ee4514c1
parent 155 33c9fa03fc79
child 167 1fc176fd017e
--- a/DebugView.st	Sat Nov 11 15:53:15 1995 +0100
+++ b/DebugView.st	Sat Nov 11 16:41:09 1995 +0100
@@ -25,13 +25,6 @@
 	 category:'Interface-Debugger'
 !
 
-DebugView comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.47 1995-11-02 16:24:46 cg Exp $
-'!
-
 !DebugView class methodsFor:'documentation'!
 
 copyright
@@ -49,9 +42,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.47 1995-11-02 16:24:46 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.48 1995-11-11 15:39:37 cg Exp $'
 !
 
 documentation
@@ -545,7 +536,7 @@
      Otherwise, the GC will not be able to release it"
 
     windowGroup notNil ifTrue:[
-        windowGroup setProcess:nil.
+	windowGroup setProcess:nil.
     ].
 
     busy := false.