diff -r 5d9f43ad036a -r d424c7f8b342 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Sat May 11 21:14:25 2013 -0400 +++ b/QTfrontend/hwform.cpp Sat May 11 21:19:44 2013 -0400 @@ -598,6 +598,10 @@ #endif qDebug("Leaving %s, entering %s", qPrintable(stringifyPageId(lastid)), qPrintable(stringifyPageId(id))); + if (lastid == ID_PAGE_MAIN) + { + ui.pageMain->toggleNetworkChoice(); + } // pageEnter and pageLeave events ((AbstractPage*)ui.Pages->widget(lastid))->triggerPageLeave();