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

List:       kde-commits
Subject:    KDE/kdelibs/kdecore/config
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2010-06-03 21:08:26
Message-ID: 20100603210826.C15A9AC8C9 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1134300 by aseigo:

make plugin loading actually work


 M  +1 -1      kconfigbackend.cpp  


--- trunk/KDE/kdelibs/kdecore/config/kconfigbackend.cpp #1134299:1134300
@@ -70,7 +70,7 @@
     KConfigBackend* backend = 0;
 
     if (system.compare("INI", Qt::CaseInsensitive) != 0) {
-        QString constraint = QString("'%1' ~~ Name").arg(system);
+        QString constraint = QString("[X-KDE-PluginInfo-Name] ~~ '%1'").arg(system);
         KService::List offers = KServiceTypeTrader::self()->query("KConfigBackend", \
constraint);  
         //qDebug() << "found" << offers.count() << "offers for KConfigBackend \
plugins with name" << system;


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

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