The Trunk: System-ar.349.mcz

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

The Trunk: System-ar.349.mcz

commits-2
Andreas Raab uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-ar.349.mcz

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

Name: System-ar.349
Author: ar
Time: 10 July 2010, 2:12:58.077 pm
UUID: f0a25abf-51ea-0340-aba1-f77962d91ab8
Ancestors: System-eem.348

Removed the old proxy server and port preferences (they are now held in HTTPSocket).

=============== Diff against System-eem.348 ===============

Item was removed:
- ----- Method: Preferences class>>httpProxyPort (in category 'standard queries') -----
- httpProxyPort
- ^ self
- valueOfFlag: #httpProxyPort
- ifAbsent: [80]!

Item was removed:
- ----- Method: Preferences class>>httpProxyServer (in category 'standard queries') -----
- httpProxyServer
- ^ self
- valueOfFlag: #httpProxyServer
- ifAbsent: ['']!