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:
parent
9300be394e
commit
bddd511086
@ -2037,6 +2037,7 @@ void AppletPrivate::updateShortcuts()
|
||||
void Applet::configChanged()
|
||||
{
|
||||
if (d->script) {
|
||||
d->configLoader->readConfig();
|
||||
d->script->configChanged();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user