David T. Lewis uploaded a new version of Network to project The Trunk:
http://source.squeak.org/trunk/Network-dtl.210.mcz==================== Summary ====================
Name: Network-dtl.210
Author: dtl
Time: 14 November 2017, 9:37:54.635956 pm
UUID: 261ad919-abb4-40e5-8f5d-c43cefd44d55
Ancestors: Network-dtl.209
Remove unnecessary World global reference
=============== Diff against Network-dtl.209 ===============
Item was changed:
----- Method: MailMessage>>viewImageInBody (in category 'printing/formatting') -----
viewImageInBody
| stream image |
stream := self body contentStream.
image := Form fromBinaryStream: stream.
+ (Project current world drawingClass withForm: image) openInWorld!
- (World drawingClass withForm: image) openInWorld!