changed: #updateForContext:
authorClaus Gittinger <cg@exept.de>
Fri, 09 Jul 2010 11:07:47 +0200
changeset 9511 dd312dca7970
parent 9510 2f5d8b51fc42
child 9512 fc8df478d3f1
changed: #updateForContext:
DebugView.st
--- a/DebugView.st	Tue Jul 06 17:58:49 2010 +0200
+++ b/DebugView.st	Fri Jul 09 11:07:47 2010 +0200
@@ -6483,7 +6483,7 @@
                     ]
                 ].
             ] ifFalse:[
-                "fetch rec here - so we wont need context in doItAction"
+                "fetch rec here - so we won't need context in doItAction"
                 rec := homeContext receiver.
                 sel := homeContext selector.
                 sel notNil ifTrue:[
@@ -6536,6 +6536,7 @@
                 ] ifFalse:[
                     method := currentMethod.
                     lineNrInMethod := nil.
+                    canAccept := true.
                 ].
                 methodCodeToggle beVisible.
             ] ifFalse:[
@@ -6951,11 +6952,11 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.501 2010-06-18 10:35:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.502 2010-07-09 09:07:47 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.501 2010-06-18 10:35:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.502 2010-07-09 09:07:47 cg Exp $'
 ! !
 
 DebugView initialize!