Skip to content

Commit

Permalink
set application for file request
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Jul 5, 2024
1 parent 5f5f6f1 commit 128c01f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ StFileSystemPresenter >> doInteraction [
{ #category : '*Interactions-Widgets' }
StFileSystemPresenter class >> for: aFileRequest [

^ (self new"Application: aFileRequest application owner: aFileRequest parentWindow model: StFileSystemModel new")
^ (self newApplication: aFileRequest application owner: aFileRequest parentWindow model: StFileSystemModel new)
title: aFileRequest title;
yourself
]

0 comments on commit 128c01f

Please sign in to comment.