* Oops, the scripting method 'showConfigurationInterface()' was correctly named after all, so
revert the commit to change it svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=805532
This commit is contained in:
parent
580df25f72
commit
61d69ba939
@ -909,7 +909,7 @@ void Applet::showConfigurationInterface()
|
||||
dialog->addPage(w, i18n("Settings"), icon(), i18n("%1 Settings", name()));
|
||||
dialog->show();
|
||||
} else if (d->script) {
|
||||
d->script->createConfigurationInterface();
|
||||
d->script->showConfigurationInterface();
|
||||
} else {
|
||||
KConfigSkeleton *nullManager = new KConfigSkeleton(0);
|
||||
KConfigDialog *dialog = new KConfigDialog(0, dialogId, nullManager);
|
||||
|
@ -80,7 +80,7 @@ QList<QAction*> AppletScript::contextualActions()
|
||||
return QList<QAction*>();
|
||||
}
|
||||
|
||||
void AppletScript::createConfigurationInterface()
|
||||
void AppletScript::showConfigurationInterface()
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -103,7 +103,7 @@ public Q_SLOTS:
|
||||
/**
|
||||
* Show a configuration dialog.
|
||||
*/
|
||||
virtual void createConfigurationInterface();
|
||||
virtual void showConfigurationInterface();
|
||||
|
||||
protected:
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user