Make a difference between fake session data ('save window settings')
and real SM session data. svn path=/trunk/kdebase/kwin/; revision=256757
This commit is contained in:
parent
ee848958b3
commit
1d87270bb3
1 changed files with 1 additions and 1 deletions
|
@ -676,7 +676,7 @@ Time Client::readUserTimeMapTimestamp( const KStartupInfoData* asn_data,
|
|||
// Unless it was the active window at the time
|
||||
// of session saving and there was no user interaction yet,
|
||||
// this check will be done in Workspace::allowClientActiovationTimestamp().
|
||||
if( session )
|
||||
if( session && !session->fake )
|
||||
return -1U;
|
||||
time = readUserCreationTime();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue