Fix warning

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=496242
This commit is contained in:
Laurent Montel 2006-01-10 07:36:39 +00:00
parent 98d9df63d9
commit 3e059c6213

View File

@ -48,6 +48,7 @@ Direction edgeToPopupDirection(ScreenEdge edge)
case RightEdge:
return Left;
}
return Down;
}
} // Plasma namespace