*** empty log message ***

svn path=/trunk/boinc/; revision=5620
This commit is contained in:
Rom Walton 2005-03-10 04:20:36 +00:00
parent 09c87f1c16
commit dd77e27ec5
1 changed files with 4 additions and 6 deletions

View File

@ -113,10 +113,12 @@ CMainFrame::CMainFrame(wxString strTitle) :
m_pFrameRenderTimer->Start(1000); // Send event every 1 second
m_pFrameListPanelRenderTimer->Start(5000); // Send event every 5 seconds
SetStatusBarPane(0);
RestoreState();
SetStatusBarPane(0);
PositionStatusBar();
SendSizeEvent();
wxLogTrace(wxT("Function Start/End"), wxT("CMainFrame::CMainFrame - Function End"));
}
@ -355,8 +357,6 @@ bool CMainFrame::CreateStatusbar()
m_ptxtDisconnect = new wxStaticText(m_pStatusbar, -1, _("Disconnected"), wxPoint(0, 0), wxDefaultSize, wxALIGN_LEFT );
m_ptxtDisconnect->Hide();
SendSizeEvent();
wxLogTrace(wxT("Function Start/End"), wxT("CMainFrame::CreateStatusbar - Function End"));
return true;
}
@ -403,8 +403,6 @@ bool CMainFrame::DeleteStatusbar()
delete m_pStatusbar;
m_pStatusbar = NULL;
SendSizeEvent();
wxLogTrace(wxT("Function Start/End"), wxT("CMainFrame::DeleteStatusbar - Function End"));
return true;
}