Do not activate highlight windows in desktop switching. This fixes a crash in walk through desktops.

BUG: 223432

svn path=/trunk/KDE/kdebase/workspace/; revision=1096422
icc-effect-5.14.5
Martin Gräßlin 2010-02-26 16:50:45 +00:00
parent a97452596f
commit 646c7909d3
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ void TabBoxHandlerPrivate::hideOutline()
void TabBoxHandlerPrivate::updateHighlightWindows()
{
if( !isShown )
if( !isShown || config.tabBoxMode() != TabBoxConfig::ClientTabBox )
return;
QVector< WId > data( 2 );
Display *dpy = QX11Info::display();