Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpMorphicBackend>>executeSaveFileDialog: is invoking unknown message answerSaveFile #1697

Open
Ducasse opened this issue Jan 12, 2025 · 0 comments

Comments

@Ducasse
Copy link
Contributor

Ducasse commented Jan 12, 2025

executeSaveFileDialog: aFileDialog
	| dialog |

	dialog := self newFileDialogFor: aFileDialog.
	dialog answerSaveFile.
	^ dialog openModal answer 
		ifNotNil: [ :aString | aString asFileReference ]

may be this is dead code but in any case it should be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant