call restore on new containments too
svn path=/trunk/KDE/kdelibs/; revision=1152621
This commit is contained in:
parent
beca8835e1
commit
3a2ffb1238
@ -238,8 +238,9 @@ public:
|
||||
|
||||
if (!delayedInit) {
|
||||
containment->init();
|
||||
containment->updateConstraints(Plasma::StartupCompletedConstraint);
|
||||
KConfigGroup cg = containment->config();
|
||||
containment->restore(cg);
|
||||
containment->updateConstraints(Plasma::StartupCompletedConstraint);
|
||||
containment->save(cg);
|
||||
q->requestConfigSync();
|
||||
containment->flushPendingConstraintsEvents();
|
||||
|
Loading…
Reference in New Issue
Block a user