# HG changeset patch # User Claus Gittinger # Date 1462346942 -7200 # Node ID 99ef0279e8979f86cdc557d32fe42cbcbebee72f # Parent 9ae2c4be75c4b868e4bb7a7b84b2c7223d159ca9 class: DebugView changed: #codeAccept:unwind:category:onCancel: diff -r 9ae2c4be75c4 -r 99ef0279e897 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:[