Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 296544 | Differences between
and this patch

Collapse All | Expand All

(-)kdebase-workspace-4.3.4/libs/solid/control/powermanager.cpp.old (-1 / +1 lines)
Lines 196-202 Link Here
196
        else
196
        else
197
        {
197
        {
198
            return_SOLID_CALL(Ifaces::PowerManager *, globalPowerManager->managerBackend(),
198
            return_SOLID_CALL(Ifaces::PowerManager *, globalPowerManager->managerBackend(),
199
                      false, brightness(controls.keys().at(0)));
199
                      false, brightness(controls.keys(Solid::Control::PowerManager::Screen).at(0)));
200
        }
200
        }
201
    }
201
    }
202
    else
202
    else

Return to bug 296544