removed default Firefox|Thunderbird exception, since it conflicts with the "follow
style hint" setting for decoration background. svn path=/trunk/KDE/kdebase/workspace/; revision=1210278
This commit is contained in:
parent
469ec8e686
commit
c81051a46f
1 changed files with 1 additions and 16 deletions
|
@ -78,22 +78,7 @@ namespace Oxygen
|
||||||
|
|
||||||
//______________________________________________________________
|
//______________________________________________________________
|
||||||
ExceptionList ExceptionList::defaultList( void )
|
ExceptionList ExceptionList::defaultList( void )
|
||||||
{
|
{ return ExceptionList(); }
|
||||||
|
|
||||||
ExceptionList out;
|
|
||||||
|
|
||||||
// default exception that covers most commonly used gtk based applications
|
|
||||||
Exception exception;
|
|
||||||
exception.setType( Exception::WindowClassName );
|
|
||||||
exception.regExp().setPattern( "(Firefox)|(Thunderbird)|(Gimp)" );
|
|
||||||
exception.setBlendColor( Exception::NoBlending );
|
|
||||||
exception.setMask( Exception::BlendColor );
|
|
||||||
exception.setEnabled( true );
|
|
||||||
|
|
||||||
out.push_back( exception );
|
|
||||||
return out;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
//_______________________________________________________________________
|
//_______________________________________________________________________
|
||||||
QString ExceptionList::exceptionGroupName( int index )
|
QString ExceptionList::exceptionGroupName( int index )
|
||||||
|
|
Loading…
Reference in a new issue