now that we do this in Containment, we don't need to do it here as well

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=724226
This commit is contained in:
Aaron J. Seigo 2007-10-11 19:17:26 +00:00
parent 22de66fdc0
commit 6747103c38

View File

@ -285,9 +285,6 @@ Containment* Corona::addContainment(const QString& name, const QVariantList& arg
containment->init();
}
// in case it was set in the Containment (or Applet), we don't want this
containment->setDrawStandardBackground(false);
d->containments.append(containment);
connect(containment, SIGNAL(destroyed(QObject*)),
this, SLOT(containmentDestroyed(QObject*)));