From 53908f3cbecf4d7dcab80d64a366ca39dcd9a473 Mon Sep 17 00:00:00 2001 From: Seth Cooper Date: Sat, 16 Nov 2002 00:04:51 +0000 Subject: [PATCH] no message svn path=/trunk/boinc/; revision=623 --- client/win/wingui.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/win/wingui.cpp b/client/win/wingui.cpp index d4ee94ac6a..bfe0140d73 100755 --- a/client/win/wingui.cpp +++ b/client/win/wingui.cpp @@ -1070,11 +1070,10 @@ void CMainWindow::UpdateGUI(CLIENT_STATE* cs) m_ResultListCtrl.SetItemText(i, 3, buf); // progress - ACTIVE_TASK* at = gstate.lookup_active_task_by_workunit(re->wup); + ACTIVE_TASK* at = gstate.lookup_active_task_by_result(re); if(!at) { buf.Format("no active task"); } else { -// at->check_app_status_files(); buf.Format("%d%%", (int)(at->fraction_done * 100)); } m_ResultListCtrl.SetItemText(i, 4, buf);