*** empty log message ***

svn path=/trunk/boinc/; revision=6436
This commit is contained in:
Rom Walton 2005-06-25 19:43:02 +00:00
parent 4549700894
commit 9b24d7df22
1 changed files with 6 additions and 0 deletions

View File

@ -1405,6 +1405,12 @@ void CMainFrame::OnFrameRender(wxTimerEvent &event) {
// We are already online but BOINC for some reason is in a state
// where it belives it has some pending work to do, so give it
// a nudge
ShowAlert(
_("BOINC Manager - Network Status"),
_("BOINC has detected it is now connected to the internet, updating all projects and retrying all transfers."),
wxICON_INFORMATION,
true
);
pDoc->rpc.network_available();
} else if (m_pDialupManager->IsOnline() && !want_network && successfully_connected) {
// Should we disconnect now? The first time we see the disconnect event