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:
Chani Armitage 2009-02-07 17:55:08 +00:00
parent 480e5f4fb7
commit ee8f42c665

View File

@ -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;
}