The Trunk: Network-tpr.217.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-tpr.217.mcz

commits-2
tim Rowledge uploaded a new version of Network to project The Trunk:
http://source.squeak.org/trunk/Network-tpr.217.mcz

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

Name: Network-tpr.217
Author: tpr
Time: 1 February 2018, 3:55:21.521225 pm
UUID: 8dbe7941-c2dc-443c-849b-22f4e8d6867c
Ancestors: Network-tpr.216

Preliminary support for changes involved in removing the Project>>dispatchTo:addPrefixAndSend:withArguments: method.

=============== Diff against Network-tpr.216 ===============

Item was changed:
  ----- Method: MailComposition>>open (in category 'initialize-release') -----
  open
  "open an interface"
 
+ ^ToolBuilder open: self label:  self dialogTitle!
- ^ Project current
- dispatchTo: self
- addPrefixAndSend: #Open
- withArguments: {}
- !