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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Fri Dec 5 02:46:48 UTC 2008


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

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

Name: Installer-Core-kph.256
Author: kph
Time: 5 December 2008, 2:46:44 am
UUID: 16b67a37-c194-4df1-a34d-772e9a36524f
Ancestors: Installer-Core-kph.255

fix to #browse

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

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



More information about the Packages mailing list