[squeak-dev] The Trunk: Morphic-laza.183.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Sep 8 23:27:34 UTC 2009


Alexander Lazarević uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-laza.183.mcz

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

Name: Morphic-laza.183
Author: laza
Time: 9 September 2009, 1:25:50 am
UUID: 9e2e8eb0-5384-994d-915c-71883c1353fc
Ancestors: Morphic-laza.182

empty log message

=============== Diff against Morphic-laza.182 ===============

Item was changed:
  ----- Method: SystemProgressMorph>>freeSlot: (in category 'private') -----
  freeSlot: number
  	number > 0 ifTrue: [
  		lock critical: [
  			(bars at: number) delete.
  			(labels at: number) delete.
  			activeSlots := activeSlots - 1.
  			activeSlots = 0
+ 				ifTrue: [self delete]
- 				ifTrue: [self delete. self class initialize; reset]
  				ifFalse: [self recenter]]]!




More information about the Squeak-dev mailing list