Add dim screen effect support to PolicyKit-KDE.
svn path=/trunk/KDE/kdebase/workspace/; revision=893945
This commit is contained in:
parent
010798db44
commit
1edf7d2e62
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ void DimScreenEffect::windowActivated( EffectWindow *w )
|
||||||
QStringList check;
|
QStringList check;
|
||||||
check << "kdesu kdesu";
|
check << "kdesu kdesu";
|
||||||
check << "kdesudo kdesudo";
|
check << "kdesudo kdesudo";
|
||||||
|
check << "polkit-kde-manager polkit-kde-manager";
|
||||||
bool before = mActivated;
|
bool before = mActivated;
|
||||||
if( check.contains( w->windowClass() ) )
|
if( check.contains( w->windowClass() ) )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue