From 27fdba819bcf0103d9c25a040ddf2f7501baa0bb Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 29 Jun 2010 17:07:44 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=21840 --- clientgui/ViewNotices.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clientgui/ViewNotices.cpp b/clientgui/ViewNotices.cpp index 28625989bc..fdf28c9138 100644 --- a/clientgui/ViewNotices.cpp +++ b/clientgui/ViewNotices.cpp @@ -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;