Pre-fill also the hostname.
svn path=/trunk/kdebase/kwin/; revision=360740
This commit is contained in:
parent
725a92792c
commit
c75b0cf867
1 changed files with 2 additions and 0 deletions
|
@ -143,6 +143,8 @@ static Rules* findRule( const QValueList< Rules* >& rules, Window wid )
|
|||
ret->types = 1 << type; // convert type to its mask
|
||||
ret->title = title; // set, but make unimportant
|
||||
ret->titlematch = Rules::UnimportantMatch;
|
||||
ret->clientmachine = machine; // set, but make unimportant
|
||||
ret->clientmachine = Rules::UnimportantMatch;
|
||||
// ret->extrarole = extra; TODO
|
||||
ret->extrarolematch = Rules::UnimportantMatch;
|
||||
if( !role.isEmpty()
|
||||
|
|
Loading…
Reference in a new issue