Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.779.mcz==================== Summary ====================
Name: Morphic-mt.779
Author: mt
Time: 13 March 2015, 7:38:37.462 am
UUID: 7bbabcf5-e9ea-574e-8650-dcb88403cfa8
Ancestors: Morphic-mt.778
*sigh* It's too early.
Fixes #itemName in ListItemWrapper.
=============== Diff against Morphic-mt.778 ===============
Item was changed:
----- Method: ListItemWrapper>>itemName (in category 'accessing') -----
itemName
+ ^ self item asString!
- self item asString.!