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;