From 20d9ee39e528064a424bc62aa512c4bf0be1699c Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 29 Oct 2008 07:58:05 +0000 Subject: [PATCH] MGR: Fix bug introduced yesterday svn path=/trunk/boinc/; revision=16347 --- checkin_notes | 6 ++++++ clientgui/BOINCBaseView.cpp | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 000e51b0ae..83831341c0 100644 --- a/checkin_notes +++ b/checkin_notes @@ -8812,3 +8812,9 @@ David 28 Oct 2008 view_profile.php sched/ file_deleter.cpp + +Charlie 29 Oct 2008 + - MGR: Fix bug introduced yesterday. + + clientgui/ + BOINCBaseView.cpp diff --git a/clientgui/BOINCBaseView.cpp b/clientgui/BOINCBaseView.cpp index 753c2f67ec..3b6f008cbe 100644 --- a/clientgui/BOINCBaseView.cpp +++ b/clientgui/BOINCBaseView.cpp @@ -265,7 +265,6 @@ void CBOINCBaseView::OnListRender(wxTimerEvent& event) { if (0 >= iDocCount) { EmptyCache(); m_pListPane->DeleteAllItems(); - m_pListPane->SetItemCount(iDocCount); } else { int iIndex = 0; int iReturnValue = -1;