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:
Luboš Luňák 2003-10-06 14:40:19 +00:00
parent ee848958b3
commit 1d87270bb3

View file

@ -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();
}