Fix logoff menu

(cherry picked from commit a9ad8717d1)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent bb71d64921
commit 869b1d5bf8

@ -698,7 +698,7 @@ void LockProcess::startSecureDialog()
}
if (ret == 3) {
trinity_desktop_lock_closing_windows = 1;
DCOPRef("ksmserver","ksmserver").send("logout", -1, 0, 1);
DCOPRef("ksmserver","ksmserver").send("logout", (int)KApplication::ShutdownConfirmYes, (int)KApplication::ShutdownTypeNone, (int)KApplication::ShutdownModeInteractive);
kapp->quit();
}
// FIXME

Loading…
Cancel
Save