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


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

The following commit has been merged in the master branch:
commit 4b4a190c58b7d791b6bf58452329497f85503a13
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Thu Sep 20 21:59:05 2012 +0100

    Fix disabling IRC
    
    Reviewed-by: Martin Klapetek
---
 src/KCMTelepathyAccounts/profile-list-model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/KCMTelepathyAccounts/profile-list-model.cpp b/src/KCMTelepathyAccounts/profile-list-model.cpp
index d785ecc..1275292 100644
--- a/src/KCMTelepathyAccounts/profile-list-model.cpp
+++ b/src/KCMTelepathyAccounts/profile-list-model.cpp
@@ -185,7 +185,7 @@ void ProfileListModel::populateList()
         //Remove this "continue" to re-enable IRC support, for personal reasons or hacking
         //this topic can be discussed again as of July 2013
 
-        if(profile->serviceName() == QLatin1String("irc")) {
+        if(profile->protocolName() == QLatin1String("irc")) {
                 continue;
         }
 

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list