[Pkg] The Trunk: EToys-mt.409.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Oct 15 12:28:09 UTC 2020


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

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

Name: EToys-mt.409
Author: mt
Time: 15 October 2020, 2:28:01.506368 pm
UUID: 58099368-adbf-1843-a063-89749e36e463
Ancestors: EToys-mt.408

Complements System-mt.1180. See http://forum.world.st/Proposal-Resetting-pragma-preferences-via-nil-or-reset-message-td5123490.html

=============== Diff against EToys-mt.408 ===============

Item was changed:
  ----- Method: SugarNavigatorBar class>>showSugarNavigator: (in category 'preferences') -----
+ showSugarNavigator: aBooleanOrNil
- showSugarNavigator: aBoolean
  	
+ 	ShowSugarNavigator := aBooleanOrNil.
+ 	Smalltalk
+ 		at: #TheWorldMainDockingBar
+ 		ifPresent: [:class | class showWorldMainDockingBar: self showSugarNavigator not].
- 	ShowSugarNavigator := aBoolean.
- 	Smalltalk at: #TheWorldMainDockingBar ifPresent: [:class | class showWorldMainDockingBar: aBoolean not].
  	Project current updateLocaleDependents.!



More information about the Packages mailing list