From 76fcdb01d082ac528c697e86e4bbeed1e70446d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 1 Oct 2004 13:34:57 +0000 Subject: [PATCH] Force discarding of temporary rules at the end of manage(). svn path=/trunk/kdebase/kwin/; revision=350801 --- rules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.cpp b/rules.cpp index 2c8a17c5c6..c3d44a7512 100644 --- a/rules.cpp +++ b/rules.cpp @@ -606,7 +606,7 @@ void WindowRules::discardTemporary() it != rules.end(); ) { - if( (*it)->discardTemporary( false )) + if( (*it)->discardTemporary( true )) ++it; else {