Fix logoff menu

pull/2/head
Timothy Pearson 12 years ago
parent 94b4e33f89
commit a9ad8717d1

@ -698,7 +698,7 @@ void LockProcess::startSecureDialog()
} }
if (ret == 3) { if (ret == 3) {
trinity_desktop_lock_closing_windows = 1; 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(); kapp->quit();
} }
// FIXME // FIXME

Loading…
Cancel
Save