1
0
Fork 0
forked from len0rd/rockbox

make offline mode work again.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17561 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2008-05-17 20:21:55 +00:00
parent e338fc9130
commit c769cf586f

View file

@ -266,6 +266,7 @@ void RbUtilQt::updateSettings()
HttpGet::setGlobalProxy(QUrl(""));
}
HttpGet::setGlobalCache(settings->cachePath());
HttpGet::setGlobalDumbCache(settings->cacheOffline());
}