[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:20:51 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=22d8671

The following commit has been merged in the master branch:
commit 22d8671a6677f7047f06ce918b0d7c5cb43251b8
Author: Lasath Fernando <kde at lasath.org>
Date:   Tue Jan 10 12:48:15 2012 +1100

    Made presenceIcon() in ConversationTarget use KTp::Presence instead of Tp::Presence directly.
---
 lib/conversation-target.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/conversation-target.cpp b/lib/conversation-target.cpp
index 38db4f0..9997dc8 100644
--- a/lib/conversation-target.cpp
+++ b/lib/conversation-target.cpp
@@ -70,7 +70,7 @@ QString ConversationTarget::nick() const
 
 KIcon ConversationTarget::presenceIcon() const
 {
-    return KIcon(presenceIconSource());
+    return KTp::Presence(d->contact->presence()).icon();
 }
 
 QString ConversationTarget::presenceIconSource() const

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list