Oops, indeed there is a bug.
svn path=/trunk/KDE/kdebase/kwin/; revision=420106
This commit is contained in:
parent
96e1fdab6c
commit
11c5d37f14
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue