copy/paste error, caught by the ChaniReview

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=825692
This commit is contained in:
Aaron J. Seigo 2008-06-29 00:27:04 +00:00
parent 6db6dafee6
commit 1de24334c8

View File

@ -632,7 +632,7 @@ void AppletHandle::mouseMoveEvent(QGraphicsSceneMouseEvent *event)
//pos relative to scene
void AppletHandle::switchContainment(Containment *containment, const QPointF &pos)
{
switch (containment->containmentType() != Containment::PanelContainment) {
if (containment->containmentType() != Containment::PanelContainment) {
//FIXME assuming everything else behaves like desktop?
kDebug() << "desktop";
m_containment = containment;