Skip to content

Commit

Permalink
Merge pull request #5479 from seandenigris/bug/gt-presentation-unary-DNU
Browse files Browse the repository at this point in the history
GT Inspector: Fix Hook for Unary Presentation Generator
  • Loading branch information
Ducasse committed Jan 18, 2020
2 parents 423a98e + cb2aa05 commit c115bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GT-Inspector/ProtoObject.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ProtoObject >> gtInspectorPresentationsFromPragmas: aCollection In: composite in
do: [ :eachPragma |
eachPragma methodSelector numArgs = 0
ifTrue: [ | presentationSource |
presentationSource := self perform: eachPragma selector.
presentationSource := self perform: eachPragma methodSelector.
presentationSource glmPresentation
cull: composite
cull: aGTInspector
Expand Down

0 comments on commit c115bf4

Please sign in to comment.