write the activity ID on save.
svn path=/trunk/KDE/kdelibs/; revision=1126391
This commit is contained in:
parent
f46ac96bb1
commit
67180894e9
@ -416,6 +416,7 @@ void Containment::save(KConfigGroup &g) const
|
||||
group.writeEntry("formfactor", (int)d->formFactor);
|
||||
group.writeEntry("location", (int)d->location);
|
||||
group.writeEntry("activity", d->context()->currentActivity());
|
||||
group.writeEntry("activityId", d->context()->currentActivityId());
|
||||
|
||||
InternalToolBox *toolBox = qobject_cast<InternalToolBox *>(d->toolBox.data());
|
||||
if (toolBox) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user