Fix ommited call fullyOnline() in kdesktop_lock

This relates to Bug 2422

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/2/head
Slávek Banko 9 years ago
parent 2c901351d3
commit c1b62c1c4c

@ -1376,6 +1376,7 @@ bool LockProcess::startSaver(bool notify_ready)
if (notify_ready) {
m_notifyReadyRequested = false;
saverReady();
fullyOnline();
}
}
else {

Loading…
Cancel
Save