bitten by the difference between type() and containmentType() again; layering one set of concepts (plasma) over another (qgv) does have its annoying sides ;)

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=742416
This commit is contained in:
Aaron J. Seigo 2007-11-27 23:36:10 +00:00
parent 119dacffe8
commit 4013f346ae

View File

@ -389,7 +389,7 @@ Applet* Containment::addApplet(const QString& name, const QVariantList& args, ui
<< "geometry:" << applet->geometry();
if (delayInit) {
if (type() == DesktopContainment) {
if (containmentType() == DesktopContainment) {
applet->installSceneEventFilter(this);
}
} else {