change the name of the one to be implemented in js too
svn path=/trunk/KDE/kdebase/workspace/plasma/scriptengines/javascript/; revision=922870
This commit is contained in:
parent
480e5f4fb7
commit
ee8f42c665
@ -198,9 +198,9 @@ void SimpleJavaScriptApplet::reportError()
|
||||
|
||||
void SimpleJavaScriptApplet::configChanged()
|
||||
{
|
||||
QScriptValue fun = m_self.property("configAccepted");
|
||||
QScriptValue fun = m_self.property("configChanged");
|
||||
if (!fun.isFunction()) {
|
||||
kDebug() << "Script: configAccepted is not a function, " << fun.toString();
|
||||
kDebug() << "Script: plasmoid.configChanged is not a function, " << fun.toString();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user