[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:04:31 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=7c013a3

The following commit has been merged in the master branch:
commit 7c013a36682b7fcb04c0dc1aecfa205f1cad07d6
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Thu Mar 4 17:36:38 2010 +0000

    Don't use deprecated methods.
    
    svn path=/trunk/playground/network/telepathy-contactlist/; revision=1098924
---
 contact-item.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contact-item.cpp b/contact-item.cpp
index 0fbe40a..decba3c 100644
--- a/contact-item.cpp
+++ b/contact-item.cpp
@@ -31,7 +31,7 @@ ContactItem::ContactItem(Nepomuk::PersonContact personContact,
     m_imAccount(imAccount),
     m_presenceIcon(new KIcon)
 {
-    kDebug() << this << ": New ContactItem: " << personContact.uri() << imAccount.uri();
+    kDebug() << this << ": New ContactItem: " << personContact.resourceType().toString() << imAccount.resourceType().toString();
 
     updatePresenceIcon();
 }

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list