Fix displaying of logout status dialog with manually triggered save session

This closes Bug 922
(cherry picked from commit 5c3cd105bf)
v3.5.13-sru
Slávek Banko 12 years ago
parent e234e073f7
commit a13e78ad71

@ -495,7 +495,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()) {

Loading…
Cancel
Save