The Trunk: ST80-mt.191.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: ST80-mt.191.mcz

commits-2
Marcel Taeumel uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-mt.191.mcz

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

Name: ST80-mt.191
Author: mt
Time: 12 February 2016, 12:59:26.031824 pm
UUID: 0fe606b7-abb3-402d-8e5e-7dda9e53f25b
Ancestors: ST80-cmm.190

Updates reference to old InputSensor.

=============== Diff against ST80-cmm.190 ===============

Item was changed:
  ----- Method: Controller>>initialize (in category 'initialize-release') -----
  initialize
  "Initialize the state of the receiver. Subclasses should include 'super
  initialize' when redefining this message to insure proper initialization."
 
+ sensor := EventSensor default!
- sensor := InputSensor default!