[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:00:50 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=6bd6f31

The following commit has been merged in the master branch:
commit 6bd6f318ae0156253c75d5f1483f30341b9abd1a
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Dec 23 18:41:02 2011 +0100

    Fix plugin loading after renaming
---
 src/KCMTelepathyAccounts/plugin-manager.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/KCMTelepathyAccounts/plugin-manager.cpp b/src/KCMTelepathyAccounts/plugin-manager.cpp
index 8ddf2bb..7f6aeb6 100644
--- a/src/KCMTelepathyAccounts/plugin-manager.cpp
+++ b/src/KCMTelepathyAccounts/plugin-manager.cpp
@@ -63,7 +63,7 @@ PluginManager *PluginManager::instance()
 void PluginManager::loadPlugins()
 {
     kDebug();
-    KService::List offers = KServiceTypeTrader::self()->query("KCMTelepathyAccounts/AccountUiPlugin");
+    KService::List offers = KServiceTypeTrader::self()->query("KTpAccountsKCM/AccountUiPlugin");
 
     KService::List::const_iterator iter;
     for (iter = offers.constBegin(); iter < offers.constEnd(); ++iter) {

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list