The code path in that function makes the "blackout thingy" never used:

...
if (running == 0) {
        if (running) {
                ...blackout thingy...
        }
...

Is this normal behavior?

-- 
Sylvain

Reply via email to