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:
parent
483276b488
commit
0a302e2944
@ -591,6 +591,7 @@ void Containment::prepareApplet(Applet *applet, bool delayInit)
|
||||
applet->updateConstraints(Plasma::AllConstraints | Plasma::StartupCompletedConstraint);
|
||||
if (!delayInit) {
|
||||
applet->flushUpdatedConstraints();
|
||||
emit configNeedsSaving();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user