Force discarding of temporary rules at the end of manage().
svn path=/trunk/kdebase/kwin/; revision=350801
This commit is contained in:
parent
1a274e1041
commit
76fcdb01d0
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ void WindowRules::discardTemporary()
|
|||
it != rules.end();
|
||||
)
|
||||
{
|
||||
if( (*it)->discardTemporary( false ))
|
||||
if( (*it)->discardTemporary( true ))
|
||||
++it;
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue