From kde-devel Sat Jun 29 08:02:04 2002 From: Ferdinand Gassauer Date: Sat, 29 Jun 2002 08:02:04 +0000 To: kde-devel Subject: please check kpac_impl.cpp X-MARC-Message: https://marc.info/?l=kde-devel&m=102534630124579 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--Boundary-00=_8lWH9kMOY8IC0yT" --Boundary-00=_8lWH9kMOY8IC0yT Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline if sftp should be included =2D-=20 cu ferdinand http://www.goesing.at --Boundary-00=_8lWH9kMOY8IC0yT Content-Type: text/x-diff; charset="us-ascii"; name="kpac_impl.cpp.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kpac_impl.cpp.diff" Index: kpac_impl.cpp =================================================================== RCS file: /home/kde/kdelibs/kio/misc/kpac/kpac_impl.cpp,v retrieving revision 1.20 diff -u -3 -p -r1.20 kpac_impl.cpp --- kpac_impl.cpp 2002/03/13 21:41:47 1.20 +++ kpac_impl.cpp 2002/06/29 08:00:38 @@ -57,7 +57,7 @@ QString KPACImpl::proxyForURL(const KURL kdDebug(7025) << "KPACImpl::proxyForURL(), url=" << url.prettyURL() << endl; QString p = url.protocol(); - if (p != "http" && p != "https" && p != "ftp" && p != "gopher") + if (p != "http" && p != "https" && p != "ftp" && p != "sftp" && p != "gopher") return "DIRECT"; if (!m_configRead) --Boundary-00=_8lWH9kMOY8IC0yT-- >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<