ensure even the "null" containment gets a layout

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=732190
This commit is contained in:
Aaron J. Seigo 2007-11-03 01:36:53 +00:00
parent 666bfa93bd
commit 709136813b

View File

@ -298,6 +298,7 @@ Containment* Corona::addContainment(const QString& name, const QVariantList& arg
// we want to provide something and don't care about the failure to launch
containment->setFailedToLaunch(false);
containment->setFormFactor(Plasma::Planar);
}
if (!delayedInit) {