Fix Shift+MMB in Konqy not working right.

svn path=/trunk/kdebase/kwin/; revision=304205
This commit is contained in:
Luboš Luňák 2004-04-16 11:46:21 +00:00
parent f701524d4e
commit bf30a6995d

View file

@ -725,6 +725,8 @@ Time Client::readUserTimeMapTimestamp( const KStartupInfoData* asn_data,
Time Client::userTime() const
{
Time time = user_time;
if( time == 0 ) // doesn't want focus after showing
return 0;
assert( group() != NULL );
if( time == -1U
|| ( group()->userTime() != -1U