Fix global proxy getting set too late.
commit3cc65fdd4147189104e517a262964c716071f4da
authorbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Thu, 3 Jun 2010 06:29:10 +0000 (3 06:29 +0000)
committerbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Thu, 3 Jun 2010 06:29:10 +0000 (3 06:29 +0000)
tree8ae59f4249cb8f1bb0af03cfb7771f33ca5c5883
parent832ef3ada110a80768c90b523c87227d8189ca8f
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