diff --git a/ksmserver/shutdown.cpp b/ksmserver/shutdown.cpp index ef0c0c92f..2ba3df92a 100644 --- a/ksmserver/shutdown.cpp +++ b/ksmserver/shutdown.cpp @@ -526,7 +526,7 @@ void KSMServer::completeShutdownOrCheckpoint() return; bool showFancyLogout = KConfigGroup(KGlobal::config(), "Logout").readBoolEntry("showFancyLogout", true); - if (showFancyLogout) { + if (showFancyLogout && state != Checkpoint) { KSMShutdownIPFeedback::showit(); // hide the UGLY logout process from the user shutdownNotifierIPDlg = KSMShutdownIPDlg::showShutdownIP(); while (!KSMShutdownIPFeedback::ispainted()) {