the event is called configchanged
svn path=/trunk/KDE/kdebase/runtime/; revision=1178639
This commit is contained in:
parent
107a3d5758
commit
5b0441484c
@ -138,7 +138,7 @@ void SimpleJavaScriptApplet::reportError(ScriptEnv *env, bool fatal)
|
||||
void SimpleJavaScriptApplet::configChanged()
|
||||
{
|
||||
ScriptEnv *env = ScriptEnv::findScriptEnv(m_engine);
|
||||
if (!env || !env->callEventListeners("configchangd")) {
|
||||
if (!env || !env->callEventListeners("configchanged")) {
|
||||
callPlasmoidFunction("configChanged", QScriptValueList(), env);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user