David T. Lewis uploaded a new version of 51Deprecated to project The Trunk:
http://source.squeak.org/trunk/51Deprecated-dtl.51.mcz==================== Summary ====================
Name: 51Deprecated-dtl.51
Author: dtl
Time: 26 December 2017, 5:13:40.93924 pm
UUID: 96aaeb63-4a02-48bb-920d-45cf1fcca952
Ancestors: 51Deprecated-tpr.50
Remove unneeded references to global World (overlooked this commit to the 51Deprecated package).
=============== Diff against 51Deprecated-tpr.50 ===============
Item was changed:
----- Method: ExternalDropHandler class>>registerStandardExternalDropHandlers (in category '*51Deprecated') -----
registerStandardExternalDropHandlers
"ExternalDropHandler registerStandardExternalDropHandlers"
self registeredHandlers add: (
ExternalDropHandler
type: 'image/'
extension: nil
action: [:stream :pasteUp :event |
+ pasteUp addMorph: (Project current world drawingClass withForm: (Form fromBinaryStream: stream binary)) centeredNear: event position])!
- pasteUp addMorph: (World drawingClass withForm: (Form fromBinaryStream: stream binary)) centeredNear: event position])!