- fix an endless autodetection loop when no user configuration is present

- don't try to load the manual if a proxy is set -- wx' html view doesn't honor the proxy


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13914 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2007-07-16 10:18:20 +00:00
parent ad9db0c145
commit 7564ad8efa
2 changed files with 28 additions and 14 deletions

View file

@ -124,7 +124,7 @@ public:
void OnDoomBtn(wxCommandEvent& event);
void OnTalkBtn(wxCommandEvent& event);
int GetDeviceId();
int GetDeviceId(bool);
};