X resource name is the same for all app's windows, X resource class may
differ for the same app. David says the correct spelling is 'faux pas' :). svn path=/trunk/kdebase/kwin/; revision=184347
This commit is contained in:
parent
045810a50e
commit
a8f13c1c9b
1 changed files with 1 additions and 1 deletions
|
@ -889,7 +889,7 @@ bool Client::manage( bool isMapped, bool doNotShow, bool isInitial )
|
|||
|
||||
unsigned long usertime = 0;
|
||||
if ( !isTransient() && !session && ac && !ac->isDesktop() &&
|
||||
ac->resourceClass() != resourceClass() &&
|
||||
ac->resourceName() != resourceName() &&
|
||||
( usertime = userTime() ) > 0 && ac->userTime() > usertime ) {
|
||||
workspace()->stackClientUnderActive( this );
|
||||
show();
|
||||
|
|
Loading…
Reference in a new issue