The Trunk: Network-mt.162.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Network-mt.162.mcz

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