summaryrefslogtreecommitdiffstats
path: root/kdesktop/lock/securedlg.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-24 19:39:48 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-04-24 19:39:48 -0500
commit4d538e404718982b0198ac3b44d5a894a30b5b12 (patch)
tree95cbe25cd65361c0a688106e6097ba524946ad8b /kdesktop/lock/securedlg.cc
parent30617b6fb78c56e76aedd1480429dd4e68da201a (diff)
downloadtdebase-4d538e404718982b0198ac3b44d5a894a30b5b12.tar.gz
tdebase-4d538e404718982b0198ac3b44d5a894a30b5b12.zip
Implement logout menu option in secure dialog
Ensure that cursor is not set to busy status on lock from secure dialog
Diffstat (limited to 'kdesktop/lock/securedlg.cc')
-rw-r--r--kdesktop/lock/securedlg.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/kdesktop/lock/securedlg.cc b/kdesktop/lock/securedlg.cc
index 7f203f0c0..87a50eefd 100644
--- a/kdesktop/lock/securedlg.cc
+++ b/kdesktop/lock/securedlg.cc
@@ -102,7 +102,6 @@ SecureDlg::SecureDlg(LockProcess *parent)
mShutdownButton = new TQPushButton( frame );
mShutdownButton->setText(i18n("Logoff Menu"));
- mShutdownButton->setEnabled(false); // FIXME
mSwitchButton = new TQPushButton( frame );
mSwitchButton->setText(i18n("Switch User"));