[Pkg] Installer: Installer-Core-kph.255.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Wed Dec 3 17:30:10 UTC 2008


A new version of Installer-Core was added to project Installer:
http://www.squeaksource.com/Installer/Installer-Core-kph.255.mcz

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

Name: Installer-Core-kph.255
Author: kph
Time: 3 December 2008, 5:30:06 pm
UUID: 2dbeb23b-ddf3-4f40-a560-79cb9d57db3d
Ancestors: Installer-Core-kph.254

fix InstallerMonticello #browse

=============== Diff against Installer-Core-kph.254 ===============

Item was changed:
  ----- Method: InstallerMonticello>>basicBrowse (in category 'basic interface') -----
  basicBrowse
  	 "Installer ss project: 'Installer'; browse: 'Installer-Core'."
  
  	| it |
  	it := self mcThing.
  	
+ 	(it includesSelector: #browse) ifTrue: [ ^ it browse ].
- 	(it respondsTo: #browse) ifTrue: [ ^ it browse ].
  	
+ 	(it instVarNamed: 'versions') do: #browse.!
- 	(MCSnapshotBrowser forSnapshot: it)
- 		showLabelled: 'Snapshot of ', self package!



More information about the Packages mailing list