Add break.

svn path=/trunk/KDE/kdebase/workspace/; revision=764703
This commit is contained in:
Luboš Luňák 2008-01-22 11:39:31 +00:00
parent 969c438d84
commit cd8e69aff3

View file

@ -1661,6 +1661,7 @@ bool Unmanaged::windowEvent( XEvent* e )
break;
case PropertyNotify:
propertyNotifyEvent( &e->xproperty );
break;
default:
{
if( e->type == Extensions::shapeNotifyEvent() )