From 7564ad8efa6b7abd853003168d2b62525e8393e4 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 16 Jul 2007 10:18:20 +0000 Subject: - 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 --- rbutil/rbutilFrm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil/rbutilFrm.h') diff --git a/rbutil/rbutilFrm.h b/rbutil/rbutilFrm.h index 63e1ee34dc..7341323bd9 100644 --- a/rbutil/rbutilFrm.h +++ b/rbutil/rbutilFrm.h @@ -124,7 +124,7 @@ public: void OnDoomBtn(wxCommandEvent& event); void OnTalkBtn(wxCommandEvent& event); - int GetDeviceId(); + int GetDeviceId(bool); }; -- cgit v1.2.3