Don't auto-group transient windows.
svn path=/trunk/KDE/kdebase/workspace/; revision=1078327
This commit is contained in:
parent
346bcc30d3
commit
f9a5876ac9
1 changed files with 4 additions and 0 deletions
|
@ -2850,6 +2850,10 @@ Client* Workspace::findSimilarClient( Client* c )
|
|||
return found;
|
||||
}
|
||||
|
||||
// If this is a transient window don't take a guess
|
||||
if( c->isTransient() )
|
||||
return NULL;
|
||||
|
||||
// If we don't have an ID take a guess
|
||||
if( c->rules()->checkAutogrouping( options->autogroupSimilarWindows ))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue