Quick Updates

svn path=/trunk/boinc/; revision=20069
This commit is contained in:
Rom Walton 2010-01-04 19:09:41 +00:00
parent c2799eaa95
commit c1e5990bd8
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ void CDlgEventLog::OnRefresh( wxTimerEvent& WXUNUSED(event) ) {
wxASSERT(m_pList);
wxInt32 iDocCount = wxGetApp().GetDocument()->messages.messages.size();
wxInt32 iDocCount = wxGetApp().GetDocument()->GetMessageCount();
if (0 >= iDocCount) {
m_pList->DeleteAllItems();
} else {