[Pkg] The Trunk: Network-dtl.59.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Feb 13 02:53:48 UTC 2010


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

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

Name: Network-dtl.59
Author: dtl
Time: 12 February 2010, 9:52:15.042 pm
UUID: f418bc45-8d90-4685-a37b-d2ff014f27d2
Ancestors: Network-ar.58

Vector HTTPSocket>>showImage:named: through Project to eliminate MVC/Morphic dependencies.

=============== Diff against Network-ar.58 ===============

Item was changed:
  ----- Method: HTTPSocket class>>showImage:named: (in category 'utilities') -----
  showImage: image named: imageName
+ 
+ 	Project current showImage: image named: imageName
+ !
- 	Smalltalk isMorphic
- 		ifTrue: [HandMorph attach: (World drawingClass withForm: image)]
- 		ifFalse: [FormView open: image named: imageName]!



More information about the Packages mailing list