[squeak-dev] The Trunk: Network-mt.162.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Aug 27 08:57:09 UTC 2015


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

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

Name: Network-mt.162
Author: mt
Time: 27 August 2015, 10:57:00.294 am
UUID: 47e946cb-d8d5-014c-a43f-bae21eda3237
Ancestors: Network-cmm.161

Some adjustments for cleaned-up preferences interface.

=============== Diff against Network-cmm.161 ===============

Item was changed:
  ----- Method: ServerDirectory class>>releaseExternalSettings (in category 'server prefs') -----
  releaseExternalSettings
  	"Release for server configurations"
  	"ServerDirectory releaseExternalSettings"
  
+ 	(Preferences valueOfFlag: #externalServerDefsOnly)
- 	Preferences externalServerDefsOnly
  		ifTrue: [
  			self resetLocalProjectDirectories.
  			Servers := Dictionary new]!



More information about the Squeak-dev mailing list