diff --git a/checkin_notes b/checkin_notes index 67e0ed9644..170bca9ec8 100644 --- a/checkin_notes +++ b/checkin_notes @@ -1429,3 +1429,9 @@ Charlie 7 Mar 2011 clientgui/ DlgOptions.cpp + +David 7 Mar 2011 + - client: fix to [23162] that broke work fetch + + client/ + work_fetch.cpp diff --git a/client/work_fetch.cpp b/client/work_fetch.cpp index 4811531533..6e8c0b0d1e 100644 --- a/client/work_fetch.cpp +++ b/client/work_fetch.cpp @@ -979,6 +979,7 @@ PROJECT* WORK_FETCH::choose_project() { gstate.compute_nuploading_results(); gstate.rr_simulation(); + compute_shares(); if (use_rec) { project_priority_init(); } else {