class: DebugView
authorClaus Gittinger <cg@exept.de>
Wed, 04 May 2016 09:29:02 +0200
changeset 16423 99ef0279e897
parent 16422 9ae2c4be75c4
child 16424 49d0eecff583
class: DebugView changed: #codeAccept:unwind:category:onCancel:
extensions.st
--- a/extensions.st	Wed May 04 09:25:42 2016 +0200
+++ b/extensions.st	Wed May 04 09:29:02 2016 +0200
@@ -1012,7 +1012,7 @@
     cls := aMethod mclass.
     cls isNil ifTrue:[^ nil].
     sel := aMethod selector.
-    cls isNil ifTrue:[^ nil].
+    sel isNil ifTrue:[^ nil].
 
     cls isMeta ifTrue:[
         (AbstractSourceCodeManager isVersionMethodSelector:sel) ifTrue:[