diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-01-08 03:21:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-01-08 03:21:58 -0600 |
commit | 51a20070fd51c4ce4eca550fd458b7223bee662a (patch) | |
tree | 678874c0e963ba24982639bcdbb289c167badf87 /ksmserver/shutdown.cpp | |
parent | e990ea9964a738dd0714874a2c42ff874aae7495 (diff) | |
download | tdebase-51a20070fd51c4ce4eca550fd458b7223bee662a.tar.gz tdebase-51a20070fd51c4ce4eca550fd458b7223bee662a.zip |
Fix screen sometimes not being hidden on power management action or desktop switch
Handle kdesktop_lock termination in a more sane manner by simply relaunching it if possible
Diffstat (limited to 'ksmserver/shutdown.cpp')
-rw-r--r-- | ksmserver/shutdown.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksmserver/shutdown.cpp b/ksmserver/shutdown.cpp index a463c37d2..537790407 100644 --- a/ksmserver/shutdown.cpp +++ b/ksmserver/shutdown.cpp @@ -237,7 +237,7 @@ void KSMServer::shutdownInternal( TDEApplication::ShutdownConfirm confirm, TQByteArray replyData; // Block here until lock is complete // If this is not done the desktop of the locked session will be shown after suspend/hibernate until the lock fully engages! - DCOPRef("kdesktop", "KScreensaverIface").call("lock()"); + kapp->dcopClient()->call("kdesktop", "KScreensaverIface", "lock()", TQCString(""), replyType, replyData); } TDERootSystemDevice* rootDevice = hwDevices->rootSystemDevice(); if (rootDevice) { |