mirror of https://github.com/BOINC/boinc.git
parent
63b2987119
commit
f18d0ee888
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue