Marcel Taeumel uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-mt.361.mcz==================== Summary ====================
Name: EToys-mt.361
Author: mt
Time: 14 October 2019, 7:35:56.778144 pm
UUID: c2cdcb62-9ad6-9f4f-813a-a741b9089e3c
Ancestors: EToys-mt.360
Complements Morphic-mt.1569.
=============== Diff against EToys-mt.360 ===============
Item was changed:
----- Method: SoundLibraryTool>>soundName (in category 'accessing') -----
soundName
soundIndex = 0 ifTrue:[^self].
+ ^ (listBox getListItem: soundIndex) first!
- ^ (listBox getListRow: soundIndex) first!