Fixed commit 59ef38d: now the Desktop Session Locked works as expected.

This resolves (again) bug 1584.
pull/2/head
Michele Calgaro 10 years ago
parent 59ef38d291
commit 710fc43897

@ -271,7 +271,8 @@ PasswordDlg::~PasswordDlg()
void PasswordDlg::reject()
{
if (!trinity_desktop_lock_hide_cancel_button)
if (!trinity_desktop_lock_hide_cancel_button || trinity_desktop_lock_autohide_lockdlg ||
trinity_desktop_lock_use_sak)
{
TQDialog::reject();
}

Loading…
Cancel
Save