when a new containment is set the running applets list needs to be
rebuilt. this makes such list to actually work again svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=812600
This commit is contained in:
parent
05d6ec6401
commit
c420730dd5
@ -221,7 +221,10 @@ QString AppletBrowserWidget::application()
|
||||
|
||||
void AppletBrowserWidget::setContainment(Plasma::Containment *containment)
|
||||
{
|
||||
d->containment = containment;
|
||||
if (d->containment != containment) {
|
||||
d->containment = containment;
|
||||
d->initRunningApplets();
|
||||
}
|
||||
}
|
||||
|
||||
Containment *AppletBrowserWidget::containment() const
|
||||
|
Loading…
Reference in New Issue
Block a user