DebugView.st
changeset 1004 cb182425a977
parent 998 8740ae8fa5fe
child 1016 59ebb6068892
--- a/DebugView.st	Mon Jan 27 20:41:19 1997 +0100
+++ b/DebugView.st	Mon Jan 27 20:42:53 1997 +0100
@@ -493,8 +493,9 @@
         device ungrabKeyboard.
     ].
 
-    (inspectedProcess suspendedContext isNil 
-    or:[Processor isSystemProcess:inspectedProcess]) ifTrue:[
+    ("inspectedProcess suspendedContext isNil 
+    or:["Processor isSystemProcess:inspectedProcess"]") ifTrue:[
+
         terminateButton disable.
     ] ifFalse:[
         terminateButton enable.
@@ -882,7 +883,7 @@
 
     "Created: 24.11.1995 / 19:52:54 / cg"
     "Modified: 3.5.1996 / 23:58:16 / stefan"
-    "Modified: 11.1.1997 / 14:47:40 / cg"
+    "Modified: 27.1.1997 / 20:38:10 / cg"
 !
 
 openOn:aProcess
@@ -3308,5 +3309,5 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.135 1997-01-24 23:25:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.136 1997-01-27 19:42:53 cg Exp $'
 ! !