checkin from browser
authorClaus Gittinger <cg@exept.de>
Sat, 31 Jul 1999 16:34:09 +0200
changeset 2313 265e13afc504
parent 2312 86cf257b86d6
child 2314 7ac730bdb664
checkin from browser
DebugView.st
--- a/DebugView.st	Sat Jul 31 14:39:32 1999 +0200
+++ b/DebugView.st	Sat Jul 31 16:34:09 1999 +0200
@@ -2345,7 +2345,7 @@
         selectedContext isNil ifTrue:[
             ^ self showError:'** select a context first **'
         ].
-        self interruptProcessWith:[selectedContext unwind].
+        self interruptProcessWith:[selectedContext unwind:nil].
         ^ self
     ].
 
@@ -3955,6 +3955,6 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.234 1999-07-31 12:39:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.235 1999-07-31 14:34:09 cg Exp $'
 ! !
 DebugView initialize!