Oops, indeed there is a bug.

svn path=/trunk/KDE/kdebase/kwin/; revision=420106
This commit is contained in:
Luboš Luňák 2005-05-31 11:30:39 +00:00
parent 96e1fdab6c
commit 11c5d37f14

View file

@ -144,7 +144,7 @@ static Rules* findRule( const QValueList< Rules* >& rules, Window wid )
ret->title = title; // set, but make unimportant
ret->titlematch = Rules::UnimportantMatch;
ret->clientmachine = machine; // set, but make unimportant
ret->clientmachine = Rules::UnimportantMatch;
ret->clientmachinematch = Rules::UnimportantMatch;
// ret->extrarole = extra; TODO
ret->extrarolematch = Rules::UnimportantMatch;
if( !role.isEmpty()