The Trunk: Network-dtl.210.mcz

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

The Trunk: Network-dtl.210.mcz

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