The Trunk: EToys-mt.409.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-mt.409.mcz

commits-2
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.!