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:
Aaron J. Seigo 2009-08-28 19:07:56 +00:00
parent 1e8fc7272f
commit 87b743188e

View File

@ -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();
}
}