let the applets know about the updated ImmutableConstraint too.

ok?!
CC_MAIL:aseigo@kde.org

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=780735
This commit is contained in:
Sebastian Sauer 2008-02-29 21:50:16 +00:00
parent 79fc6bfd6f
commit 241f31a32a

View File

@ -96,8 +96,11 @@ public:
{
foreach (Containment *c, containments) {
// we need to tell each containment that immutability has been altered
// TODO: should we tell the applets too?
c->updateConstraints(ImmutableConstraint);
// tell the applets too
foreach (Applet *a, c->applets()) {
a->constraintsUpdated(ImmutableConstraint);
}
}
}