Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.762.mcz==================== Summary ====================
Name: System-mt.762
Author: mt
Time: 27 August 2015, 11:00:03.719 am
UUID: cf2a7eb1-d084-c442-a275-582d975bb994
Ancestors: System-mt.761
Restores #togglePreference: for backwards compatibility.
=============== Diff against System-mt.761 ===============
Item was added:
+ ----- Method: Preferences class>>togglePreference: (in category 'get/set - flags') -----
+ togglePreference: flagName
+
+ self flag: #deprecated.
+ ^ self toggle: flagName.!