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


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

The following commit has been merged in the master branch:
commit b46b140a0456ee70370300af12c763fdc409f3d1
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Tue May 26 20:53:54 2015 +0200

    [kaccounts] Also display an error if no Telepathy returns no profiles
---
 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 881136b..29fcb10 100644
--- a/plugins/kaccounts/kaccounts-ui-provider.cpp
+++ b/plugins/kaccounts/kaccounts-ui-provider.cpp
@@ -194,7 +194,7 @@ void KAccountsUiProvider::onProfileManagerReady(Tp::PendingOperation *op)
         }
     }
 
-    if (d->profile.isNull()) {
+    if (d->profile.isNull() || profiles.isEmpty()) {
         Q_EMIT  error(i18n("This IM Account cannot be created - a Telepathy Connection Manager named '%1' is missing. Please try installing it with your package manager.", d->manager));
         return;
     }

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list