summaryrefslogtreecommitdiffstats
path: root/ksmserver/startup.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-08-23 20:09:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-08-27 23:32:31 +0900
commitb45b9ed9b12d8f05237f52b00a8d61cff1d53806 (patch)
tree039eedd1d9804a9d72b0031524d108685dca7b29 /ksmserver/startup.cpp
parent0d29e4477a5dd74762f5eb57f13914761c8beae6 (diff)
downloadtdebase-b45b9ed9b12d8f05237f52b00a8d61cff1d53806.tar.gz
tdebase-b45b9ed9b12d8f05237f52b00a8d61cff1d53806.zip
Added DCOP method startupCompleted() to KSMServer: this allows to check whether the
session has been fully created/restored. This relates to bug 1610. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksmserver/startup.cpp')
-rw-r--r--ksmserver/startup.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ksmserver/startup.cpp b/ksmserver/startup.cpp
index b1ed9992e..fb9e696ec 100644
--- a/ksmserver/startup.cpp
+++ b/ksmserver/startup.cpp
@@ -389,6 +389,7 @@ void KSMServer::finishStartup()
startupNotifierIPDlg=0;
}
+ m_startupCompleted = true;
setupXIOErrorHandler(); // From now on handle X errors as normal shutdown.
}