diff --git a/checkin_notes b/checkin_notes index b349404c34..dae3643b21 100644 --- a/checkin_notes +++ b/checkin_notes @@ -8786,3 +8786,10 @@ Rom 28 Oct 2008 / configure.ac version.h + +Charlie 28 Oct 2008 + - MGR: When removing a row Projects, Tasks and Transfers tabs, refresh + all rows. Fixes a bug where display was not always properly updated. + + clientgui/ + BOINCBaseView.cpp diff --git a/clientgui/BOINCBaseView.cpp b/clientgui/BOINCBaseView.cpp index 8574a74238..bbc8e899a1 100644 --- a/clientgui/BOINCBaseView.cpp +++ b/clientgui/BOINCBaseView.cpp @@ -280,6 +280,7 @@ void CBOINCBaseView::OnListRender(wxTimerEvent& event) { wxASSERT(!iReturnValue); } wxASSERT(GetDocCount() == GetCacheCount()); + m_pListPane->RefreshItems(0, iDocCount - 1); } m_pListPane->SetItemCount(iDocCount);