The Trunk: Tools-tpr.514.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tools-tpr.514.mcz

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

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

Name: Tools-tpr.514
Author: tpr
Time: 31 December 2013, 4:59:20.482 pm
UUID: 4746cd0e-0db1-4fb1-b658-47e324f72349
Ancestors: Tools-fbs.513

remove an unsent method as tagged by isThisEverCalled

=============== Diff against Tools-fbs.513 ===============

Item was removed:
- ----- Method: FileList2>>dropDestinationDirectory:event: (in category 'drag''n''drop') -----
- dropDestinationDirectory: dest event: evt
- "Answer a FileDirectory representing the drop destination in the directory hierarchy morph dest"
- self isThisEverCalled.
- ^ (dest itemFromPoint: evt position) withoutListWrapper!