From 11c5d37f1438aff87a07747bf0beb5b42bc744eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Tue, 31 May 2005 11:30:39 +0000 Subject: [PATCH] Oops, indeed there is a bug. svn path=/trunk/KDE/kdebase/kwin/; revision=420106 --- kcmkwin/kwinrules/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcmkwin/kwinrules/main.cpp b/kcmkwin/kwinrules/main.cpp index 9c3c4525d2..a868542ef2 100644 --- a/kcmkwin/kwinrules/main.cpp +++ b/kcmkwin/kwinrules/main.cpp @@ -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()