The Trunk: EToys-mt.361.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-mt.361.mcz

commits-2
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!