The Trunk: EToys-ct.377.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: EToys-ct.377.mcz

commits-2
Marcel Taeumel uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-ct.377.mcz

==================== Summary ====================

Name: EToys-ct.377
Author: ct
Time: 13 February 2020, 12:27:22.215118 am
UUID: 4d199888-b48f-c345-b111-301883c0ba91
Ancestors: EToys-dtl.376

Remove missspelled extension selector from FilePath. The thing is named #converter: and already located in Files with exactly the same implementation.

=============== Diff against EToys-dtl.376 ===============

Item was removed:
- ----- Method: FilePath>>coverter: (in category '*Etoys-Squeakland-conversion') -----
- coverter: aTextConverter
-
- converter class ~= aTextConverter class ifTrue: [
- converter := aTextConverter.
- vmPathName := squeakPathName convertToWithConverter: converter
- ].
- !