From c75b0cf8671bd6ee9b1cf17e987542db4d707eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 5 Nov 2004 15:36:03 +0000 Subject: [PATCH] Pre-fill also the hostname. svn path=/trunk/kdebase/kwin/; revision=360740 --- kcmkwin/kwinrules/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kcmkwin/kwinrules/main.cpp b/kcmkwin/kwinrules/main.cpp index 65922861e9..561bf53abc 100644 --- a/kcmkwin/kwinrules/main.cpp +++ b/kcmkwin/kwinrules/main.cpp @@ -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()