[Pkg] The Trunk: 51Deprecated-mt.39.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Aug 6 06:35:48 UTC 2016


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

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

Name: 51Deprecated-mt.39
Author: mt
Time: 6 August 2016, 8:35:43.543437 am
UUID: c60f52f8-29e0-4b45-a72f-ab3caefcc112
Ancestors: 51Deprecated-mt.38

Fix typo.

=============== Diff against 51Deprecated-mt.38 ===============

Item was changed:
  ----- Method: Preferences class>>setWindowColorFor:to: (in category '*51Deprecated-window colors') -----
  setWindowColorFor: modelSymbol to: incomingColor
  	
  	| aColor |
  	self deprecated: 'Configure UI themes directly.'.
  	aColor := incomingColor asNontranslucentColor.
  	(aColor = ColorPickerMorph perniciousBorderColor or: [aColor = Color black]) 
  		ifTrue: [^ self].
+ 	UserInterfaceTheme current set: #customWindowColor for: modelSymbol to: aColor.	!
- 	UserInterfaceTheme set: #customWindowColor for: modelSymbol to: aColor.	!



More information about the Packages mailing list