Force discarding of temporary rules at the end of manage().

svn path=/trunk/kdebase/kwin/; revision=350801
This commit is contained in:
Luboš Luňák 2004-10-01 13:34:57 +00:00
parent 1a274e1041
commit 76fcdb01d0

View file

@ -606,7 +606,7 @@ void WindowRules::discardTemporary()
it != rules.end();
)
{
if( (*it)->discardTemporary( false ))
if( (*it)->discardTemporary( true ))
++it;
else
{