David T. Lewis uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-dtl.250.mcz==================== Summary ====================
Name: System-dtl.250
Author: dtl
Time: 12 February 2010, 9:56:00.469 pm
UUID: 3b3e6089-4891-49ae-9884-57442a6ce543
Ancestors: System-dtl.249
Implement Project>>showImage:named: to eliminate MVC/Morphic dependency in HTTPSocket.
=============== Diff against System-dtl.249 ===============
Item was added:
+ ----- Method: Project>>showImage:named: (in category 'utilities') -----
+ showImage: aForm named: imageName
+ "Show an image, possibly attached to the pointer for positioning"
+
+ self subclassResponsibility
+ !