Quick Updates

svn path=/trunk/boinc/; revision=21840
This commit is contained in:
Rom Walton 2010-06-29 17:07:44 +00:00
parent 0f613d61d8
commit 27fdba819b
1 changed files with 3 additions and 0 deletions

View File

@ -163,6 +163,8 @@ void CViewNotices::OnListRender(wxTimerEvent& WXUNUSED(event)) {
if (!np) continue;
// New and updated items have their flagged for delete flag
// turned off.
if (!m_pHtmlListPane->Exists(np->seqno)) {
strProjectName = wxString(np->project_name, wxConvUTF8);
@ -198,6 +200,7 @@ void CViewNotices::OnListRender(wxTimerEvent& WXUNUSED(event)) {
m_pHtmlListPane->DeleteAllFlagedItems();
m_pHtmlListPane->Thaw();
}
s_bInProgress = false;