diff options
author | Timothy Pearson <[email protected]> | 2015-09-17 18:33:37 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-09-17 18:33:37 -0500 |
commit | 5b260a9627dd03085931882a9918cd6fbca58752 (patch) | |
tree | 12536e59fe69ee814a0d1ba3545fcdd27d8ebe2d /tdm/kfrontend/kgverify.h | |
parent | ce477303019c7f3ba18dcab48e4205d59614ce5a (diff) | |
download | tdebase-5b260a9627dd03085931882a9918cd6fbca58752.tar.gz tdebase-5b260a9627dd03085931882a9918cd6fbca58752.zip |
Fix cryptographic card login when SAK is enabled
Diffstat (limited to 'tdm/kfrontend/kgverify.h')
-rw-r--r-- | tdm/kfrontend/kgverify.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdm/kfrontend/kgverify.h b/tdm/kfrontend/kgverify.h index 7db52f2ab..3cd22b6c9 100644 --- a/tdm/kfrontend/kgverify.h +++ b/tdm/kfrontend/kgverify.h @@ -148,6 +148,7 @@ class KGVerify : public TQObject, public KGreeterPluginHandler { bool capsLocked; bool enabled, running, suspended, failed, delayed, cont; bool authTok, isClear, timeable; + bool inGreeterPlugin; bool abortRequested; static void VMsgBox( TQWidget *parent, const TQString &user, TQMessageBox::Icon type, const TQString &mesg ); |