Add polkit-kde-1 and pinentry as password dialogs to be dimmed by the password dialog dimmer effect.

I think now we can get rid of the modal-ness of the polkit-kde-1 dialog that was being used to get the parent window dimmed.
CCMAIL: drf@kde.org

svn path=/trunk/KDE/kdebase/workspace/; revision=1133785
remotes/origin/Plasma/5.0
Jonathan Michael Thomas 16 years ago
parent 0bb79bca68
commit 171dfbd894
  1. 2
      effects/dimscreen/dimscreen.cpp

@ -95,6 +95,8 @@ void DimScreenEffect::windowActivated( EffectWindow *w )
check << "kdesu kdesu";
check << "kdesudo kdesudo";
check << "polkit-kde-manager polkit-kde-manager";
check << "polkit-kde-authentication-agent-1 polkit-kde-authentication-agent-1";
check << "pinentry pinentry";
if( check.contains( w->windowClass() ) )
{
mActivated = true;

Loading…
Cancel
Save