mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9959
This commit is contained in:
parent
a2d544d45d
commit
4bf7ae6bbf
|
@ -4014,6 +4014,8 @@ Charlie 18 Apr 2006
|
|||
|
||||
api/
|
||||
texfont.c,h
|
||||
clientgui/
|
||||
MainFrame.cpp
|
||||
mac_build/
|
||||
boinc.xcodeproj/
|
||||
project.pbxproj
|
||||
|
|
|
@ -1928,11 +1928,6 @@ void CMainFrame::OnFrameRender(wxTimerEvent &event) {
|
|||
|
||||
|
||||
void CMainFrame::OnListPanelRender(wxTimerEvent&) {
|
||||
CMainDocument* pDoc = wxGetApp().GetDocument();
|
||||
|
||||
wxASSERT(pDoc);
|
||||
wxASSERT(wxDynamicCast(pDoc, CMainDocument));
|
||||
|
||||
FireRefreshView();
|
||||
SetFrameListPanelRenderTimerRate(); // Set to refresh every 5 or 60 seconds
|
||||
}
|
||||
|
|
|
@ -1427,12 +1427,12 @@
|
|||
DD40825707D3076400163EF5 /* reduce_lib.C */,
|
||||
DD40825807D3076400163EF5 /* reduce_main.C */,
|
||||
DD40825907D3076400163EF5 /* reduce.h */,
|
||||
DD4EC60F08A0A083009AA08F /* texture.C */,
|
||||
DD65020609F599B9008E8A3A /* texfont.c */,
|
||||
DD65020709F599B9008E8A3A /* texfont.h */,
|
||||
DD4EC60F08A0A083009AA08F /* texture.C */,
|
||||
DD4EC61008A0A083009AA08F /* texture.h */,
|
||||
DD65020809F599B9008E8A3A /* txf_util.C */,
|
||||
DD65020909F599B9008E8A3A /* txf_util.h */,
|
||||
DD4EC61008A0A083009AA08F /* texture.h */,
|
||||
DD40825A07D3076400163EF5 /* x_opengl.C */,
|
||||
DD40825B07D3076400163EF5 /* x_opengl.h */,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue