when setting an applet to be a containment, check the furniture
svn path=/trunk/KDE/kdelibs/; revision=1114489
This commit is contained in:
parent
42d4fe3edf
commit
7aad31a3a9
@ -2521,6 +2521,11 @@ void AppletPrivate::setIsContainment(bool nowIsContainment, bool forceUpdate)
|
|||||||
|
|
||||||
delete mainConfig;
|
delete mainConfig;
|
||||||
mainConfig = 0;
|
mainConfig = 0;
|
||||||
|
|
||||||
|
Containment *c = q->containment();
|
||||||
|
if (c) {
|
||||||
|
c->d->checkContainmentFurniture();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Applet::isContainment() const
|
bool Applet::isContainment() const
|
||||||
|
Loading…
Reference in New Issue
Block a user