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


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

The following commit has been merged in the master branch:
commit 90f77bcb8970666690d0a0a0e00f96acb475521f
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Fri Feb 6 17:12:38 2015 +0100

    [kpeople] Use the correct property name for groups
---
 kpeople/datasourceplugin/im-persons-data-source.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kpeople/datasourceplugin/im-persons-data-source.cpp b/kpeople/datasourceplugin/im-persons-data-source.cpp
index 1d162f3..e3dbbd7 100644
--- a/kpeople/datasourceplugin/im-persons-data-source.cpp
+++ b/kpeople/datasourceplugin/im-persons-data-source.cpp
@@ -167,7 +167,7 @@ void KTpAllContacts::loadCache()
                 contactGroups.append(groupsList.at(groupId));
             }
 
-            addressee->insertProperty(QStringLiteral("groups"), contactGroups);
+            addressee->insertProperty(AbstractContact::GroupsProperty, contactGroups);
         }
 
         addressee->insertProperty(S_KPEOPLE_PROPERTY_CONTACT_ID, contactId);

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list