[squeak-dev] The Trunk: System-kfr.727.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Apr 28 07:04:45 UTC 2015


Karl Ramberg uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-kfr.727.mcz

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

Name: System-kfr.727
Author: kfr
Time: 28 April 2015, 9:03:51.579 am
UUID: 7c559cd7-95ba-bc4b-bfd6-da1a7e0a4dff
Ancestors: System-kfr.726

Missing method for loading preferences

=============== Diff against System-kfr.726 ===============

Item was added:
+ ----- Method: Preferences class>>restorePreferencesFromDisk: (in category 'personalization') -----
+ restorePreferencesFromDisk: aFile 
+ 	Cursor wait
+ 		showWhile: [[self loadPreferencesFrom: aFile]
+ 				on: Error
+ 				do: [:ex | self inform: 'there was an error restoring the preferences' translated]]!



More information about the Squeak-dev mailing list