From c1e5990bd8147088ef170bf1cfff6d5da990923a Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 4 Jan 2010 19:09:41 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=20069 --- clientgui/DlgEventLog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/DlgEventLog.cpp b/clientgui/DlgEventLog.cpp index c67fa13edc..50f08349d8 100644 --- a/clientgui/DlgEventLog.cpp +++ b/clientgui/DlgEventLog.cpp @@ -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 {