[Pkg] The Trunk: ST80-ul.135.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Aug 4 01:21:01 UTC 2011


Levente Uzonyi uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-ul.135.mcz

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

Name: ST80-ul.135
Author: ul
Time: 4 August 2011, 3:20:39.406 am
UUID: 811d3c6d-877c-464d-9a56-8592268ae53d
Ancestors: ST80-nice.134

Removed unnecessary blocks.

=============== Diff against ST80-nice.134 ===============

Item was changed:
  ----- Method: View>>subViewSatisfying: (in category 'subView access') -----
  subViewSatisfying: aBlock
  	"Return the first subview that satisfies aBlock, or nil if none does.  1/31/96 sw"
  
+ 	^subViews detect: aBlock ifNone: [ nil ]!
- 	^ subViews detect: [:aView | aBlock value: aView] ifNone: [nil]!



More information about the Packages mailing list