update the toolbox when the activity changes as it may be showing the name of it
svn path=/trunk/KDE/kdelibs/; revision=1016743
This commit is contained in:
parent
1e8fc7272f
commit
87b743188e
@ -1751,6 +1751,10 @@ void Containment::setActivity(const QString &activity)
|
||||
|
||||
KConfigGroup c = config();
|
||||
c.writeEntry("activity", activity);
|
||||
|
||||
if (d->toolBox) {
|
||||
d->toolBox->update();
|
||||
}
|
||||
emit configNeedsSaving();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user