MGR: Fix bug introduced yesterday

svn path=/trunk/boinc/; revision=16347
This commit is contained in:
Charlie Fenton 2008-10-29 07:58:05 +00:00
parent a4030f891c
commit 20d9ee39e5
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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;