From f18d0ee888aa1622455e27bad7f6a12b43393637 Mon Sep 17 00:00:00 2001 From: Dan Werthimer Date: Thu, 22 May 2003 17:39:08 +0000 Subject: [PATCH] no message svn path=/trunk/boinc/; revision=1238 --- client/win/wingui_mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/win/wingui_mainwindow.cpp b/client/win/wingui_mainwindow.cpp index 675a05242e..c4475b5708 100755 --- a/client/win/wingui_mainwindow.cpp +++ b/client/win/wingui_mainwindow.cpp @@ -275,7 +275,7 @@ void CMainWindow::UpdateGUI(CLIENT_STATE* pcs) // to completion double tocomp; if(!at || at->fraction_done == 0) { - tocomp = re->wup->seconds_to_complete; + tocomp = gstate.estimate_cpu_time(*re->wup); } else { tocomp = at->est_time_to_completion(); }