We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 423a98e + cb2aa05 commit c115bf4Copy full SHA for c115bf4
src/GT-Inspector/ProtoObject.extension.st
@@ -59,7 +59,7 @@ ProtoObject >> gtInspectorPresentationsFromPragmas: aCollection In: composite in
59
do: [ :eachPragma |
60
eachPragma methodSelector numArgs = 0
61
ifTrue: [ | presentationSource |
62
- presentationSource := self perform: eachPragma selector.
+ presentationSource := self perform: eachPragma methodSelector.
63
presentationSource glmPresentation
64
cull: composite
65
cull: aGTInspector
0 commit comments