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

svn path=/trunk/kdebase/kwin/; revision=350801
remotes/origin/Plasma/5.0
Luboš Luňák 22 years ago
parent 1a274e1041
commit 76fcdb01d0
  1. 2
      rules.cpp

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

Loading…
Cancel
Save