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

List:       kde-commits
Subject:    KDE/kdelibs/plasma/scripting
From:       Chani Armitage <chanika () gmail ! com>
Date:       2008-12-29 4:45:06
Message-ID: 1230525906.120307.377.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 902764 by chani:

use the bool that's passed in :P


 M  +1 -2      appletscript.cpp  


--- trunk/KDE/kdelibs/plasma/scripting/appletscript.cpp #902763:902764
@@ -95,9 +95,8 @@
 
 void AppletScript::setHasConfigurationInterface(bool hasInterface)
 {
-    Q_UNUSED(hasInterface)
     if (applet()) {
-        applet()->setHasConfigurationInterface(true);
+        applet()->setHasConfigurationInterface(hasInterface);
     }
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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