The Trunk: ST80-nice.150.mcz

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

The Trunk: ST80-nice.150.mcz

commits-2
Nicolas Cellier uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-nice.150.mcz

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

Name: ST80-nice.150
Author: nice
Time: 21 September 2013, 11:17:57.506 pm
UUID: 10c7145c-eb73-4105-9f69-64a3361663ae
Ancestors: ST80-dtl.149

Update SreenController because soundEnablingString moved from Preferences to SoundServices

=============== Diff against ST80-dtl.149 ===============

Item was changed:
  ----- Method: ScreenController>>soundEnablingString (in category 'menu messages') -----
  soundEnablingString
+ ^ SoundService soundEnablingString!
- ^ Preferences soundEnablingString!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: ST80-nice.150.mcz

Nicolas Cellier
I guess that the ScreenController knows all these things just for supporting a Screen menu?


2013/9/21 <[hidden email]>
Nicolas Cellier uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-nice.150.mcz

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

Name: ST80-nice.150
Author: nice
Time: 21 September 2013, 11:17:57.506 pm
UUID: 10c7145c-eb73-4105-9f69-64a3361663ae
Ancestors: ST80-dtl.149

Update SreenController because soundEnablingString moved from Preferences to SoundServices

=============== Diff against ST80-dtl.149 ===============

Item was changed:
  ----- Method: ScreenController>>soundEnablingString (in category 'menu messages') -----
  soundEnablingString
+       ^ SoundService soundEnablingString!
-       ^ Preferences soundEnablingString!