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:
Hugo Pereira Da Costa 2010-12-30 11:21:25 +00:00
parent 469ec8e686
commit c81051a46f

View file

@ -78,22 +78,7 @@ namespace Oxygen
//______________________________________________________________
ExceptionList ExceptionList::defaultList( void )
{
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;
}
{ return ExceptionList(); }
//_______________________________________________________________________
QString ExceptionList::exceptionGroupName( int index )