[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:08:52 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=7506264

The following commit has been merged in the master branch:
commit 7506264aa9916920e1a34a89a7c028fb76257a25
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Tue Jun 2 15:33:01 2015 +0200

    [kaccounts] Inverse the logic when checking if account is valid
---
 kaccounts/kaccounts-ktp-plugin.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kaccounts/kaccounts-ktp-plugin.cpp b/kaccounts/kaccounts-ktp-plugin.cpp
index 03ca89a..82161f9 100644
--- a/kaccounts/kaccounts-ktp-plugin.cpp
+++ b/kaccounts/kaccounts-ktp-plugin.cpp
@@ -203,7 +203,7 @@ void KAccountsKTpPlugin::Private::migrateLogs(const QString &tpAccountId, const
 
     Tp::AccountPtr tpAccount = accountManager->accountForObjectPath(tpAccountId);
 
-    if (tpAccount.isNull() || tpAccount->isValid()) {
+    if (tpAccount.isNull() || !tpAccount->isValid()) {
         return;
     }
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list