The Trunk: Network-dtl.209.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.209.mcz

commits-2
David T. Lewis uploaded a new version of Network to project The Trunk:
http://source.squeak.org/trunk/Network-dtl.209.mcz

==================== Summary ====================

Name: Network-dtl.209
Author: dtl
Time: 14 November 2017, 9:29:47.62246 pm
UUID: e8111790-1d67-4514-9021-4a8bb30f0720
Ancestors: Network-dtl.208

MailComposition>>addAttachment had been moved from *Morphic-Support to Network, but was mistakenly removed from this package in Network-dtl.208. Restore it here.

=============== Diff against Network-dtl.208 ===============

Item was changed:
  ----- Method: MailMessage>>viewImageInBody (in category 'printing/formatting') -----
  viewImageInBody
  | stream image |
  stream := self body contentStream.
  image := Form fromBinaryStream: stream.
+ (World drawingClass withForm: image) openInWorld!
- (Project current world drawingClass withForm: image) openInWorld!