check for configLoader before accessing it
svn path=/trunk/KDE/kdelibs/; revision=1182706
This commit is contained in:
parent
efb8c987ee
commit
3c86640b76
@ -2046,7 +2046,7 @@ void AppletPrivate::updateShortcuts()
|
||||
|
||||
void Applet::configChanged()
|
||||
{
|
||||
if (d->script) {
|
||||
if (d->script && d->configLoader) {
|
||||
d->configLoader->readConfig();
|
||||
d->script->configChanged();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user