From f6a413c752eb99180b3b9591b5f438cbcbe5240d Mon Sep 17 00:00:00 2001 From: Christophe Demarey Date: Wed, 3 Jul 2024 16:21:51 +0200 Subject: [PATCH] fix newFileRequest --- src/PharoLauncher-Spec2/TPhLInteractionTrait.trait.st | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PharoLauncher-Spec2/TPhLInteractionTrait.trait.st b/src/PharoLauncher-Spec2/TPhLInteractionTrait.trait.st index 34dcd1d9..6ed2060f 100644 --- a/src/PharoLauncher-Spec2/TPhLInteractionTrait.trait.st +++ b/src/PharoLauncher-Spec2/TPhLInteractionTrait.trait.st @@ -22,10 +22,10 @@ TPhLInteractionTrait >> newConfirmation [ { #category : 'user interaction' } TPhLInteractionTrait >> newFileRequest [ - ^ PhLUIFileRequest new - application: self application; + ^ ITFileRequest new + "application: self application; parentWindow: self window; - yourself + yourself" ] { #category : 'user interaction' }