[Feedreader-development] Properties dialog is "forgetting" proxy settings
Brought to you by:
toomastoots
From: Miha R. <pb...@mi...> - 2003-03-13 21:38:12
|
Proxy settings are currently completely ignored when dialog window closes. There are several assignment commands missing in TAppOptionsDialog.btnOKClick procedure. Here's patch to copy proxy settings from dialog controls to global settings. Index: AppOptionsDialog_FRM.pas =================================================================== RCS file: /cvsroot/feedreader/feedreader/AppOptionsDialog_FRM.pas,v retrieving revision 1.6 diff -r1.6 AppOptionsDialog_FRM.pas 374a375,379 > gProperties.ProxyEnabled := enableproxy.checked; > gProperties.ProxyHost := proxyhost.text; > gProperties.ProxyPort := proxyport.text; > gProperties.ProxyUsername := proxyusername.text; > Also, ProxyPassword is not stored anywhere (currently, I can see that one line is commented out). What are current plans about storing password to registry? -- Miha Remec |