Fix displaying of logout status dialog with manually triggered save session

This closes Bug 922
pull/2/head
Slávek Banko 12 years ago
parent 258ad8c524
commit 5c3cd105bf

@ -526,7 +526,7 @@ void KSMServer::completeShutdownOrCheckpoint()
return; return;
bool showFancyLogout = KConfigGroup(KGlobal::config(), "Logout").readBoolEntry("showFancyLogout", true); 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 KSMShutdownIPFeedback::showit(); // hide the UGLY logout process from the user
shutdownNotifierIPDlg = KSMShutdownIPDlg::showShutdownIP(); shutdownNotifierIPDlg = KSMShutdownIPDlg::showShutdownIP();
while (!KSMShutdownIPFeedback::ispainted()) { while (!KSMShutdownIPFeedback::ispainted()) {

Loading…
Cancel
Save