Fix a coding style issue.
svn path=/trunk/KDE/kdebase/workspace/; revision=957672
This commit is contained in:
parent
f2ecd39b22
commit
43856dc300
1 changed files with 5 additions and 5 deletions
10
events.cpp
10
events.cpp
|
@ -711,11 +711,11 @@ bool Client::windowEvent( XEvent* e )
|
|||
break;
|
||||
case ColormapChangeMask:
|
||||
if( e->xany.window == window())
|
||||
{
|
||||
cmap = e->xcolormap.colormap;
|
||||
if ( isActive() )
|
||||
workspace()->updateColormap();
|
||||
}
|
||||
{
|
||||
cmap = e->xcolormap.colormap;
|
||||
if ( isActive() )
|
||||
workspace()->updateColormap();
|
||||
}
|
||||
break;
|
||||
default:
|
||||
if( e->xany.window == window())
|
||||
|
|
Loading…
Reference in a new issue