listen to config save requests from containments

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=757442
This commit is contained in:
Aaron J. Seigo 2008-01-04 23:14:06 +00:00
parent a0103a9c6a
commit 8d909f6f0e

View File

@ -410,6 +410,8 @@ Containment* Corona::addContainment(const QString& name, const QVariantList& arg
this, SLOT(containmentDestroyed(QObject*)));
connect(containment, SIGNAL(launchActivated()),
SIGNAL(launchActivated()));
connect(containment, SIGNAL(configNeedsSaving()),
SIGNAL(scheduleConfigSync()));
return containment;
}