no message

svn path=/trunk/boinc/; revision=1238
This commit is contained in:
Dan Werthimer 2003-05-22 17:39:08 +00:00
parent 63b2987119
commit f18d0ee888
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}