add the standard config pages in the AppletScript fallback method for showing the configuration
svn path=/trunk/KDE/kdelibs/; revision=1097583
This commit is contained in:
parent
7c2f7968d0
commit
ddd21bda39
@ -127,7 +127,9 @@ void AppletScript::configNeedsSaving() const
|
||||
void AppletScript::showConfigurationInterface()
|
||||
{
|
||||
if (applet()) {
|
||||
applet()->d->generateGenericConfigDialog()->show();
|
||||
KConfigDialog *dialog = applet()->d->generateGenericConfigDialog();
|
||||
applet()->d->addStandardConfigurationPages(dialog);
|
||||
dialog->show();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user