[etoys-dev] Etoys: Etoys-kfr.74.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jun 5 07:01:36 EDT 2011


Karl Ramberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-kfr.74.mcz

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

Name: Etoys-kfr.74
Author: kfr
Time: 5 June 2011, 1:00:55 pm
UUID: 9b35391a-899e-eb47-901d-19ed9a678548
Ancestors: Etoys-kfr.73

fix a slip

=============== Diff against Etoys-kfr.73 ===============

Item was changed:
  ----- Method: WatcherWrapper>>buildForPlayer:getter: (in category 'initialization') -----
  buildForPlayer: aPlayer getter: aGetter 
  	"Build up basic structure"
  	| aColor aMethodInterface |
  	aMethodInterface := self currentVocabulary methodInterfaceAt: aGetter  ifAbsent: [nil].
  	aMethodInterface ifNil:[ aMethodInterface :=Utilities inherentSelectorForGetter: aGetter]
  						ifNotNil:[ aMethodInterface := aMethodInterface wording].
  	self
  		player: aPlayer
+ 		variableName: aMethodInterface.
- 		variableName: aMethodInterface wording .
  	aColor := self detailedWatcherColor.
  	self listDirection: #leftToRight;
  		 hResizing: #shrinkWrap;
  		 vResizing: #shrinkWrap;
  		 color: aColor;
  		 layoutInset: -1;
  		 borderWidth: 1;
  		 borderColor: aColor darker;
  		 listCentering: #center.
  	self
  		addMorphBack: (self buildReadout: aGetter)!



More information about the etoys-dev mailing list