Skip to content

Commit 0819573

Browse files
committed
fixes #16362
remove the presenter indirection that is not required anymore
1 parent 04a9cea commit 0819573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SystemCommands-ClassCommands/SycAbstractAllInstVarAccessorsCommand.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ SycAbstractAllInstVarAccessorsCommand >> selectVariables [
5454
withItems: vars
5555
selecting: vars.
5656
dialog cancelled ifTrue: [ CmdCommandAborted signal ].
57-
aClass -> dialog presenter selectedItems
57+
aClass -> dialog selectedItems
5858
]
5959
]

0 commit comments

Comments
 (0)