mirror of https://github.com/BOINC/boinc.git
MGR: Fix bug introduced yesterday
svn path=/trunk/boinc/; revision=16347
This commit is contained in:
parent
a4030f891c
commit
20d9ee39e5
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue