[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:06:44 UTC 2016


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

The following commit has been merged in the master branch:
commit ba449964f637062d56ab32477d6c9095b004b33e
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Tue May 26 18:49:22 2015 +0200

    Fix the profile querying logic
---
 plugins/kaccounts/kaccounts-ui-provider.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/kaccounts/kaccounts-ui-provider.cpp b/plugins/kaccounts/kaccounts-ui-provider.cpp
index 0ff92d1..539706b 100644
--- a/plugins/kaccounts/kaccounts-ui-provider.cpp
+++ b/plugins/kaccounts/kaccounts-ui-provider.cpp
@@ -186,7 +186,7 @@ void KAccountsUiProvider::onProfileManagerReady(Tp::PendingOperation *op)
 
     auto profiles = d->profileManager->profilesForProtocol(d->protocol);
     Q_FOREACH (const Tp::ProfilePtr &profile, profiles) {
-        if (profile->cmName() == d->manager && (kdeTalk && profile->serviceName() == QLatin1String("kde-talk"))) {
+        if (profile->cmName() == d->manager || (kdeTalk && profile->serviceName() == QLatin1String("kde-talk"))) {
             d->profile = profile;
             break;
         }

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list