mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=12053
This commit is contained in:
parent
ea10b88346
commit
d0e0254ee2
|
@ -1548,3 +1548,10 @@ David 7 Feb 2008
|
|||
|
||||
html/inc
|
||||
forum_email.inc
|
||||
|
||||
David 8 Feb 2008
|
||||
- core client: fix bug where screensaver would turn on an off
|
||||
if CPU throttling being used
|
||||
|
||||
client/
|
||||
ss_logic.C
|
||||
|
|
|
@ -140,7 +140,7 @@ void SS_LOGIC::poll() {
|
|||
|
||||
if (!do_ss) return;
|
||||
|
||||
if (gstate.tasks_suspended) {
|
||||
if (gstate.suspend_reason & (~SUSPEND_REASON_CPU_USAGE_LIMIT)) {
|
||||
reset();
|
||||
ss_status = SS_STATUS_BOINCSUSPENDED;
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue