1
0
Fork 0
forked from len0rd/rockbox

When applying the system proxy values really use the values.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16395 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2008-02-23 21:18:30 +00:00
parent 9ce0261211
commit d03514a8dc

View file

@ -926,7 +926,7 @@ QUrl RbUtilQt::proxy()
return QUrl(settings->proxy());
else if(settings->proxy() == "system")
{
systemProxy();
return systemProxy();
}
return QUrl("");
}