if the init of the applet is not delayed (so it's not startup or some other mass creation) then we schedule a config saving

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=781207
This commit is contained in:
Aaron J. Seigo 2008-03-02 09:04:04 +00:00
parent 483276b488
commit 0a302e2944

View File

@ -591,6 +591,7 @@ void Containment::prepareApplet(Applet *applet, bool delayInit)
applet->updateConstraints(Plasma::AllConstraints | Plasma::StartupCompletedConstraint);
if (!delayInit) {
applet->flushUpdatedConstraints();
emit configNeedsSaving();
}
}