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:
parent
119dacffe8
commit
4013f346ae
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user