This is backwards - remove the connection from the Client that
has it indirectly, not the direct one. svn path=/trunk/KDE/kdebase/workspace/; revision=788477
This commit is contained in:
parent
fbbe94753e
commit
4f980ab082
1 changed files with 2 additions and 2 deletions
|
@ -765,9 +765,9 @@ void Client::checkGroupTransients()
|
|||
if( (*it2)->hasTransient( *it1, false ) && (*it3)->hasTransient( *it1, false ))
|
||||
{
|
||||
if( (*it2)->hasTransient( *it3, true ))
|
||||
(*it3)->transients_list.removeAll( *it1 );
|
||||
if( (*it3)->hasTransient( *it2, true ))
|
||||
(*it2)->transients_list.removeAll( *it1 );
|
||||
if( (*it3)->hasTransient( *it2, true ))
|
||||
(*it3)->transients_list.removeAll( *it1 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue