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

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


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

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

Name: Installer-Core-kph.257
Author: kph
Time: 5 December 2008, 2:58:02 am
UUID: fccccb91-42af-40c4-98a7-c1fe36181858
Ancestors: Installer-Core-kph.256

added

Installer ss project: 'Bob';view

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

Item was changed:
  ----- Method: InstallerMonticello>>basicView (in category 'basic interface') -----
  basicView
  	 "Installer ss project: 'Installer'; view: 'Installer-Core'. "
  	| it |
+ 	
+ 	packages isEmptyOrNil ifTrue: [ self mc morphicOpen: nil ].
+ 	
  	it := self mcThing. 
  	(it respondsTo: #open) ifTrue: [ ^ it open ].
  
  	"in case an old mc doesnt have #open"
  	
  	(it instVarNamed: 'versions') do: #open.
  !



More information about the Packages mailing list