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

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