[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/plasma/scripting
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2010-03-01 17:57:38
Message-ID: 1267466258.082847.6992.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1097583 by aseigo:

add the standard config pages in the AppletScript fallback method for showing the configuration


 M  +3 -1      appletscript.cpp  


--- trunk/KDE/kdelibs/plasma/scripting/appletscript.cpp #1097582:1097583
@@ -127,7 +127,9 @@
 void AppletScript::showConfigurationInterface()
 {
     if (applet()) {
-        applet()->d->generateGenericConfigDialog()->show();
+        KConfigDialog *dialog = applet()->d->generateGenericConfigDialog();
+        applet()->d->addStandardConfigurationPages(dialog);
+        dialog->show();
     }
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic