fixed auto-connecting internet via wifi

This commit is contained in:
Christopher Roy Bratusek 2012-08-29 18:06:31 +02:00
parent 35f5f383d2
commit 75835e75e6
4 changed files with 6 additions and 2 deletions

Binary file not shown.

View File

@ -648,6 +648,9 @@ int MenuMain()
menu = MENU_MAIN;
}
if (Options.network)
ResumeNetworkThread();
if (!IsNetworkError())
{
if((IsNetworkInit())&&(!IsNetworkHalted()))

View File

@ -202,8 +202,6 @@ main(int argc, char *argv[])
load();
if(Options.network)
ResumeNetworkThread();
if (gecko_connected)
ResumeGeckoThread();

View File

@ -1,3 +1,6 @@
//rev41:
- fixed auto-connecting Internet via WiFi
//rev40:
- new icon (JoostinOnline)
- catalan language downloadble (Adrián Laviós)