[Pkg] The Trunk: 53Deprecated-pre.1.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Nov 1 14:34:18 UTC 2018


Patrick Rein uploaded a new version of 53Deprecated to project The Trunk:
http://source.squeak.org/trunk/53Deprecated-pre.1.mcz

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

Name: 53Deprecated-pre.1
Author: pre
Time: 1 November 2018, 3:32:44.901943 pm
UUID: 6d82be7f-8d20-1b45-8fcc-9f309737aef1
Ancestors: 

Deprecates two DummyUIManager methods which are not provided anymore by UIManagers

==================== Snapshot ====================

----- Method: DummyUIManager>>fontFromUser: (in category '*53Deprecated') -----
fontFromUser: priorFont
	self error: 'No user response possible'!

----- Method: DummyUIManager>>openPluggableFileListLabel:in: (in category '*53Deprecated') -----
openPluggableFileListLabel: aString in: aWorld
	"PluggableFileList is being deprecated and this can go away soon"
	"This method is not used anymore in 5.2 by any system classes and seems to have been
	renamed to openPluggableFileList:label:in:"
	^nil!



More information about the Packages mailing list