From 4d24ea57348cf233d075feddfab57fdb8dd88af4 Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Thu, 1 Nov 2001 12:31:52 +0000 Subject: #75148# --- sj2/source/jscpp/sjapplet.cxx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'sj2') diff --git a/sj2/source/jscpp/sjapplet.cxx b/sj2/source/jscpp/sjapplet.cxx index 93488c457a18..e8a2638a25ef 100644 --- a/sj2/source/jscpp/sjapplet.cxx +++ b/sj2/source/jscpp/sjapplet.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sjapplet.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kr $ $Date: 2001-07-30 10:26:37 $ + * last change: $Author: jl $ $Date: 2001-11-01 13:31:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -443,10 +443,8 @@ void SjApplet2::settingsChanged(void) String::CreateFromAscii("true") ); // HTTP settings - aCmdList.Append( String::CreateFromAscii("http.proxyHost"), - aINetSettings.GetHttpProxy()); - aCmdList.Append( String::CreateFromAscii("http.proxyPort"), - aINetSettings.GetHttpProxyPort()); + // http.proxyHost, http.proxyPort, ftp.proxyHost, ftp.proxyPort are changed within + // the JavaVM service. // Ftp settings if( aINetSettings.GetFtpProxy().Len() ) @@ -454,8 +452,6 @@ void SjApplet2::settingsChanged(void) else aCmdList.Append( String::CreateFromAscii("ftpProxySet"), String::CreateFromAscii("false") ); - aCmdList.Append( String::CreateFromAscii("ftpProxyHost"), aINetSettings.GetFtpProxy()); - aCmdList.Append( String::CreateFromAscii("ftpProxyPort"), aINetSettings.GetFtpProxyPort()); JRE_PropertyChanged(jenv.pEnv, aCmdList); #endif //_OLD_FEATURE -- cgit