From 1d87270bb3a74a918686080e486c92f1c5c4cb6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 6 Oct 2003 14:40:19 +0000 Subject: [PATCH] Make a difference between fake session data ('save window settings') and real SM session data. svn path=/trunk/kdebase/kwin/; revision=256757 --- activation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activation.cpp b/activation.cpp index aebb1fab2c..2e477d29be 100644 --- a/activation.cpp +++ b/activation.cpp @@ -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(); }