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

List:       kde-commits
Subject:    KDE/kdelibs/phonon/platform_kde
From:       Andre Moreira Magalhaes <andrunko () yahoo ! com ! br>
Date:       2008-02-01 13:38:32
Message-ID: 1201873112.766430.32128.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 769459 by andrunko:

Make Qt phonon backends load work again.


 M  +1 -1      kdepluginfactory.cpp  


--- trunk/KDE/kdelibs/phonon/platform_kde/kdepluginfactory.cpp #769458:769459
@@ -141,7 +141,7 @@
             libPath += suffix;
             const QDir dir(libPath);
             foreach (const QString &pluginName, dir.entryList(libFilter, QDir::Files)) {
-                QPluginLoader pluginLoader(pluginName);
+                QPluginLoader pluginLoader(libPath + pluginName);
                 backend = pluginLoader.instance();
                 if (backend) {
                     break;
[prev in list] [next in list] [prev in thread] [next in thread] 

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