DebugView.st
changeset 317 c6772be0b62f
parent 316 7d529dfe8a99
child 328 bdfe5bbd376d
--- a/DebugView.st	Fri Dec 22 23:17:17 1995 +0100
+++ b/DebugView.st	Fri Dec 22 23:33:04 1995 +0100
@@ -282,7 +282,6 @@
     (inspectedProcess suspendedContext isNil 
     or:[Processor isSystemProcess:inspectedProcess]) ifTrue:[
         terminateButton disable.
-        abortButton disable.
     ] ifFalse:[
         terminateButton enable.
         abortButton enable.
@@ -613,7 +612,7 @@
     ]
 
     "Created: 24.11.1995 / 19:52:54 / cg"
-    "Modified: 22.12.1995 / 23:16:12 / cg"
+    "Modified: 22.12.1995 / 23:30:52 / cg"
 !
 
 openOn:aProcess
@@ -676,7 +675,6 @@
         (aProcess suspendedContext isNil 
         or:[Processor isSystemProcess:aProcess]) ifTrue:[
             terminateButton disable.
-            abortButton disable.
         ].
 
         self setContext:aProcess suspendedContext.
@@ -696,7 +694,7 @@
     ].
     self open
 
-    "Modified: 22.12.1995 / 23:04:32 / cg"
+    "Modified: 22.12.1995 / 23:30:37 / cg"
 ! !
 
 !DebugView methodsFor:'help'!
@@ -2414,5 +2412,5 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.62 1995-12-22 22:17:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.63 1995-12-22 22:33:04 cg Exp $'
 ! !