SF.net SVN: fclient:[795] trunk/fclient/src/fclient/impl/config.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-28 12:17:25
|
Revision: 795
http://fclient.svn.sourceforge.net/fclient/?rev=795&view=rev
Author: jUrner
Date: 2008-07-28 12:17:35 +0000 (Mon, 28 Jul 2008)
Log Message:
-----------
move connection settings back to connection widget
Modified Paths:
--------------
trunk/fclient/src/fclient/impl/config.py
Modified: trunk/fclient/src/fclient/impl/config.py
===================================================================
--- trunk/fclient/src/fclient/impl/config.py 2008-07-28 12:15:06 UTC (rev 794)
+++ trunk/fclient/src/fclient/impl/config.py 2008-07-28 12:17:35 UTC (rev 795)
@@ -105,13 +105,6 @@
('SettingsAllUsers', 'Bool', False, SettingScopeUser), # store settings for all users?
('IconTheme', 'String', 'crystal', SettingScopeUser),
('DownloadDir', 'String', FclientDownloadDir, SettingScopeUser),
-
- ('FcpAutoConnect', 'Bool', True, SettingScopeUser),
- ('FcpConnectionName', 'String', FclientConnectionName, SettingScopeExpert), #TODO: not implemented
- ('FcpConnectionHost', 'String', fcp2.Client.DefaultFcpHost, SettingScopeUser),
- ('FcpConnectionPort', 'UInt', fcp2.Client.DefaultFcpPort, SettingScopeUser),
- ('FproxyConnectionHost', 'String','127.0.0.1', SettingScopeUser),
- ('FproxyConnectionPort', 'UInt', 8888, SettingScopeUser),
)
SettingsBase._config_settings_ = Settings()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|