when the config is changed, the config skeleton has to reload the config from the config group again

svn path=/trunk/KDE/kdelibs/; revision=1175737
This commit is contained in:
Marco Martin 2010-09-15 18:51:42 +00:00
parent 9300be394e
commit bddd511086

View File

@ -2037,6 +2037,7 @@ void AppletPrivate::updateShortcuts()
void Applet::configChanged()
{
if (d->script) {
d->configLoader->readConfig();
d->script->configChanged();
}
}