[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-08-06 3:42:46
Message-ID: 20100806034246.39272AC7CB () svn ! kde ! org
[Download RAW message or body]

SVN commit 1159733 by aseigo:

prevent infinite recursion


 M  +1 -1      dataenginescript.cpp  


--- trunk/KDE/kdelibs/plasma/scripting/dataenginescript.cpp #1159732:1159733
@@ -55,7 +55,7 @@
 
 QStringList DataEngineScript::sources() const
 {
-    return d->dataEngine->sources();
+    return d->dataEngine->containerDict().keys();
 }
 
 bool DataEngineScript::sourceRequestEvent(const QString &name)
[prev in list] [next in list] [prev in thread] [next in thread] 

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