[Marble-commits] KDE/kdeedu/marble/src
Torsten Rahn
tackat at kde.org
Fri Sep 10 16:28:55 CEST 2010
SVN commit 1173831 by rahn:
- Really, really fix the proxy issue once and for all.
M +1 -1 lib/QtMarbleConfigDialog.cpp
M +1 -1 marble.kcfg
--- trunk/KDE/kdeedu/marble/src/lib/QtMarbleConfigDialog.cpp #1173830:1173831
@@ -568,7 +568,7 @@
QString QtMarbleConfigDialog::proxyUrl() const
{
- return d->m_settings->value( "Cache/proxyUrl", "http://" ).toString();
+ return d->m_settings->value( "Cache/proxyUrl", "" ).toString();
}
int QtMarbleConfigDialog::proxyPort() const
--- trunk/KDE/kdeedu/marble/src/marble.kcfg #1173830:1173831
@@ -190,7 +190,7 @@
</entry>
<entry name="proxyUrl" type="String">
<label>URL for the proxy server.</label>
- <default>http://</default>
+ <default></default>
</entry>
<entry key="proxyPort" type="Int" >
<label>Port for the proxy server.</label>
More information about the Marble-commits
mailing list