Skip to content

Commit 000febb

Browse files
committed
allo to select launch configuration
1 parent 9d0dc2c commit 000febb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/PharoLauncher-Spec2/PhLImageDetailPresenter.class.st

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,12 @@ PhLImageDetailPresenter >> resetLaunchConfigurationList [
339339
items: #() "no image selected" ]
340340
]
341341

342+
{ #category : 'selection' }
343+
PhLImageDetailPresenter >> selectLaunchConfiguration: aLaunchConfiguration [
344+
345+
^ launchConfigurationList selectItem: aLaunchConfiguration
346+
]
347+
342348
{ #category : 'api - selection' }
343349
PhLImageDetailPresenter >> selectedImages [
344350

0 commit comments

Comments
 (0)