[squeak-dev] The Trunk: 60Deprecated-mt.101.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Dec 31 13:10:27 UTC 2021


Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.101.mcz

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

Name: 60Deprecated-mt.101
Author: mt
Time: 31 December 2021, 2:10:27.09979 pm
UUID: 00cc3301-aabc-b74d-aeda-4b1514dbcc07
Ancestors: 60Deprecated-mt.100

Adds missing deprecations in wizard to make the CI finish again.

=============== Diff against 60Deprecated-mt.100 ===============

Item was added:
+ ----- Method: PreferenceWizardMorph>>stateUseBiggerFonts (in category '*60Deprecated-actions buttons') -----
+ stateUseBiggerFonts
+ 
+ 	self flag: #deprecated. "mt: Soft deprecation for the CI."
+ 	^ false!

Item was added:
+ ----- Method: PreferenceWizardMorph>>toggleUseBiggerFonts (in category '*60Deprecated-actions buttons') -----
+ toggleUseBiggerFonts
+ 
+ 	self flag: #deprecated. "mt: Soft deprecation for the CI."
+ !



More information about the Squeak-dev mailing list