Pre-fill also the hostname.

svn path=/trunk/kdebase/kwin/; revision=360740
This commit is contained in:
Luboš Luňák 2004-11-05 15:36:03 +00:00
parent 725a92792c
commit c75b0cf867

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