Fix Shift+MMB in Konqy not working right.
svn path=/trunk/kdebase/kwin/; revision=304205
This commit is contained in:
parent
f701524d4e
commit
bf30a6995d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue