The Trunk: EToys-dtl.278.mcz

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

The Trunk: EToys-dtl.278.mcz

commits-2
David T. Lewis uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-dtl.278.mcz

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

Name: EToys-dtl.278
Author: dtl
Time: 4 February 2017, 3:03:34.10105 am
UUID: b4ea5ca2-0764-465f-8b9b-283220e19d97
Ancestors: EToys-pre.277

Add useArtificialSweetenerBar preference query because it is required for the showSugarNavigator preference, which calls updateLocaleDependents when set.

=============== Diff against EToys-pre.277 ===============

Item was added:
+ ----- Method: Preferences class>>useArtificialSweetenerBar (in category '*Etoys-Squeakland-standard queries') -----
+ useArtificialSweetenerBar
+ ^ self
+ valueOfFlag: #useArtificialSweetenerBar
+ ifAbsent: [false]!