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


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

The following commit has been merged in the master branch:
commit 84a5667440a20f9e99b09bdb1eefb31c597e38d7
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Sat Jul 27 19:24:56 2013 +0200

    Add clickable links to Person tooltip
---
 tooltips/persontooltip.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooltips/persontooltip.cpp b/tooltips/persontooltip.cpp
index 7b19bd9..aeffeb2 100644
--- a/tooltips/persontooltip.cpp
+++ b/tooltips/persontooltip.cpp
@@ -63,7 +63,7 @@ PersonToolTip::PersonToolTip(const QModelIndex &index) :
 
     ui->presenceIcon->setPixmap(KIcon(index.data(KTp::ContactPresenceIconRole).toString()).pixmap(smallIconSize, smallIconSize));
     ui->presenceLabel->setText(index.data(KTp::ContactPresenceNameRole).toString());
-    ui->presenceMessageLabel->setText(index.data(KTp::ContactPresenceMessageRole).toString());
+    ui->presenceMessageLabel->setText(getTextWithHyperlinks(index.data(KTp::ContactPresenceMessageRole).toString()));
 
     //collect child indexes for sorting
     QList<QVariant> indexes;

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list