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