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:
parent
22de66fdc0
commit
6747103c38
@ -285,9 +285,6 @@ Containment* Corona::addContainment(const QString& name, const QVariantList& arg
|
|||||||
containment->init();
|
containment->init();
|
||||||
}
|
}
|
||||||
|
|
||||||
// in case it was set in the Containment (or Applet), we don't want this
|
|
||||||
containment->setDrawStandardBackground(false);
|
|
||||||
|
|
||||||
d->containments.append(containment);
|
d->containments.append(containment);
|
||||||
connect(containment, SIGNAL(destroyed(QObject*)),
|
connect(containment, SIGNAL(destroyed(QObject*)),
|
||||||
this, SLOT(containmentDestroyed(QObject*)));
|
this, SLOT(containmentDestroyed(QObject*)));
|
||||||
|
Loading…
Reference in New Issue
Block a user