Pre-fill also the hostname.

svn path=/trunk/kdebase/kwin/; revision=360740
icc-effect-5.14.5
Luboš Luňák 2004-11-05 15:36:03 +00:00
parent 725a92792c
commit c75b0cf867
1 changed files with 2 additions and 0 deletions

View File

@ -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()