Fix global proxy getting set too late.
commit8be2a90d783e5fd0063e22b76a760a917124c758
authorDominik Riebeling <Dominik.Riebeling@gmail.com>
Thu, 3 Jun 2010 06:29:10 +0000 (3 06:29 +0000)
committerDominik Riebeling <Dominik.Riebeling@gmail.com>
Thu, 3 Jun 2010 06:29:10 +0000 (3 06:29 +0000)
tree8ae59f4249cb8f1bb0af03cfb7771f33ca5c5883
parent7e538995a57f8036c52800deb694ecd108172e2d
Fix global proxy getting set too late.

Downloading the build information was done before setting the global proxy
values, so this broke in environments that completely block non-proxy
connections. Explicitly set the proxy on startup before downloading other
things. Remove some duplicated code. Fixes FS#11163.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26504 a1c6a512-1295-4272-9138-f99709370657
rbutil/rbutilqt/rbutilqt.cpp