[Pkg] Packages: Sake-Packages-kph.16.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Fri Jan 16 14:19:47 UTC 2009


A new version of Sake-Packages was added to project Packages:
http://www.squeaksource.com/Packages/Sake-Packages-kph.16.mcz

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

Name: Sake-Packages-kph.16
Author: kph
Time: 16 January 2009, 2:19:46 pm
UUID: 7e709906-2079-404c-ab71-b79c8eba1c39
Ancestors: Sake-Packages-kph.15

Default action changed to

Installer mc fromUrl: url; install 

=============== Diff against Sake-Packages-kph.15 ===============

Item was changed:
  ----- Method: Packages>>defaultAction (in category 'defaults') -----
  defaultAction
  
+ 	^ [ self info url ifNotNilDo: [ :url |  Installer mc fromUrl: url; install  ] ]!
- 	^ [ self info url ifNotNilDo: [ :url | Installer installUrl: url ] ]!



More information about the Packages mailing list