diff options
Diffstat (limited to 'kdesktop/lockeng.cc')
-rw-r--r-- | kdesktop/lockeng.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/lockeng.cc b/kdesktop/lockeng.cc index 600573f27..bb363dcb8 100644 --- a/kdesktop/lockeng.cc +++ b/kdesktop/lockeng.cc @@ -202,7 +202,7 @@ void SaverEngine::lock() void SaverEngine::lockScreen(bool DCOP) { bool ok = true; - if (mState != Saving) + if (mState == Waiting) { ok = startLockProcess( ForceLock ); // It takes a while for kdesktop_lock to start and lock the screen. |